Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SourceControlProperties
Packages that use SourceControlProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SourceControlProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type SourceControlPropertiesModifier and TypeClassDescriptionfinal classSourceControl resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return SourceControlPropertiesModifier and TypeMethodDescriptionstatic SourceControlPropertiesSourceControlProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SourceControlProperties from the JsonReader.SourceControlProperties.withExpirationTime(OffsetDateTime expirationTime) Set the expirationTime property: OAuth token expiration.SourceControlProperties.withRefreshToken(String refreshToken) Set the refreshToken property: OAuth refresh token.Set the token property: OAuth access token.SourceControlProperties.withTokenSecret(String tokenSecret) Set the tokenSecret property: OAuth access token secret.