Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SourceControlInner
-
Packages that use SourceControlInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 SourceControlInner Modifier and Type Method Description SourceControlInnerResourceProvidersClient. getSourceControl(String sourceControlType)Description for Gets source control token.SourceControlInnerResourceProvidersClient. updateSourceControl(String sourceControlType, SourceControlInner requestMessage)Description for Updates source control token.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SourceControlInner Modifier and Type Method Description Mono<SourceControlInner>ResourceProvidersClient. getSourceControlAsync(String sourceControlType)Description for Gets source control token.com.azure.core.http.rest.Response<SourceControlInner>ResourceProvidersClient. getSourceControlWithResponse(String sourceControlType, com.azure.core.util.Context context)Description for Gets source control token.Mono<com.azure.core.http.rest.Response<SourceControlInner>>ResourceProvidersClient. getSourceControlWithResponseAsync(String sourceControlType)Description for Gets source control token.com.azure.core.http.rest.PagedIterable<SourceControlInner>ResourceProvidersClient. listSourceControls()Description for Gets the source controls available for Azure websites.com.azure.core.http.rest.PagedIterable<SourceControlInner>ResourceProvidersClient. listSourceControls(com.azure.core.util.Context context)Description for Gets the source controls available for Azure websites.com.azure.core.http.rest.PagedFlux<SourceControlInner>ResourceProvidersClient. listSourceControlsAsync()Description for Gets the source controls available for Azure websites.Mono<SourceControlInner>ResourceProvidersClient. updateSourceControlAsync(String sourceControlType, SourceControlInner requestMessage)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)Description for Updates source control token.Mono<com.azure.core.http.rest.Response<SourceControlInner>>ResourceProvidersClient. updateSourceControlWithResponseAsync(String sourceControlType, SourceControlInner requestMessage)Description for Updates source control token.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type SourceControlInner Modifier and Type Method Description SourceControlInnerResourceProvidersClient. updateSourceControl(String sourceControlType, SourceControlInner requestMessage)Description for Updates source control token.Mono<SourceControlInner>ResourceProvidersClient. updateSourceControlAsync(String sourceControlType, SourceControlInner requestMessage)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)Description for Updates source control token.Mono<com.azure.core.http.rest.Response<SourceControlInner>>ResourceProvidersClient. updateSourceControlWithResponseAsync(String sourceControlType, SourceControlInner requestMessage)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 SourceControlInner Modifier and Type Method Description SourceControlInnerSourceControlInner. withExpirationTime(OffsetDateTime expirationTime)Set the expirationTime property: OAuth token expiration.SourceControlInnerSourceControlInner. withKind(String kind)Set the kind property: Kind of resource.SourceControlInnerSourceControlInner. withRefreshToken(String refreshToken)Set the refreshToken property: OAuth refresh token.SourceControlInnerSourceControlInner. withToken(String token)Set the token property: OAuth access token.SourceControlInnerSourceControlInner. 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 SourceControlInner Modifier and Type Method Description List<SourceControlInner>SourceControlCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SourceControlInner Modifier and Type Method Description SourceControlCollectionSourceControlCollection. withValue(List<SourceControlInner> value)Set the value property: Collection of resources.
-