Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SourceControlInner
Packages that use SourceControlInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SourceControlInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return SourceControlInnerModifier and TypeMethodDescriptionResourceProvidersClient.getSourceControl
(String sourceControlType) Gets source control token Description for Gets source control token.ResourceProvidersClient.updateSourceControl
(String sourceControlType, SourceControlInner requestMessage) Updates source control token Description for Updates source control token.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SourceControlInnerModifier and TypeMethodDescriptionResourceProvidersClient.getSourceControlAsync
(String sourceControlType) Gets source control token Description for Gets source control token.com.azure.core.http.rest.Response
<SourceControlInner> ResourceProvidersClient.getSourceControlWithResponse
(String sourceControlType, com.azure.core.util.Context context) Gets source control token Description for Gets source control token.Mono
<com.azure.core.http.rest.Response<SourceControlInner>> ResourceProvidersClient.getSourceControlWithResponseAsync
(String sourceControlType) Gets source control token Description for Gets source control token.com.azure.core.http.rest.PagedIterable
<SourceControlInner> ResourceProvidersClient.listSourceControls()
Gets the source controls available for Azure websites.com.azure.core.http.rest.PagedIterable
<SourceControlInner> ResourceProvidersClient.listSourceControls
(com.azure.core.util.Context context) Gets the source controls available for Azure websites.com.azure.core.http.rest.PagedFlux
<SourceControlInner> ResourceProvidersClient.listSourceControlsAsync()
Gets the source controls available for Azure websites.ResourceProvidersClient.updateSourceControlAsync
(String sourceControlType, SourceControlInner requestMessage) Updates source control token Description for Updates source control token.com.azure.core.http.rest.Response
<SourceControlInner> ResourceProvidersClient.updateSourceControlWithResponse
(String sourceControlType, SourceControlInner requestMessage, com.azure.core.util.Context context) Updates source control token Description for Updates source control token.Mono
<com.azure.core.http.rest.Response<SourceControlInner>> ResourceProvidersClient.updateSourceControlWithResponseAsync
(String sourceControlType, SourceControlInner requestMessage) Updates source control token Description for Updates source control token.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type SourceControlInnerModifier and TypeMethodDescriptionResourceProvidersClient.updateSourceControl
(String sourceControlType, SourceControlInner requestMessage) Updates source control token Description for Updates source control token.ResourceProvidersClient.updateSourceControlAsync
(String sourceControlType, SourceControlInner requestMessage) Updates source control token Description for Updates source control token.com.azure.core.http.rest.Response
<SourceControlInner> ResourceProvidersClient.updateSourceControlWithResponse
(String sourceControlType, SourceControlInner requestMessage, com.azure.core.util.Context context) Updates source control token Description for Updates source control token.Mono
<com.azure.core.http.rest.Response<SourceControlInner>> ResourceProvidersClient.updateSourceControlWithResponseAsync
(String sourceControlType, SourceControlInner requestMessage) Updates source control token Description for Updates source control token. -
Uses of SourceControlInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SourceControlInnerModifier and TypeMethodDescriptionstatic SourceControlInner
SourceControlInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SourceControlInner from the JsonReader.SourceControlInner.withExpirationTime
(OffsetDateTime expirationTime) Set the expirationTime property: OAuth token expiration.Set the kind property: Kind of resource.SourceControlInner.withRefreshToken
(String refreshToken) Set the refreshToken property: OAuth refresh token.Set the token property: OAuth access token.SourceControlInner.withTokenSecret
(String tokenSecret) Set the tokenSecret property: OAuth access token secret. -
Uses of SourceControlInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SourceControlInnerModifier and TypeMethodDescriptionSourceControlCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SourceControlInnerModifier and TypeMethodDescriptionSourceControlCollection.withValue
(List<SourceControlInner> value) Set the value property: Collection of resources.