Uses of Class
com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of AuthInfoUpdateParameters in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionSourceUpdateParameters.sourceControlAuthProperties()
Get the authorization properties for accessing the source code repository and to set up webhooks for notifications.AuthInfoUpdateParameters.withExpiresIn
(Integer expiresIn) Set time in seconds that the token remains valid.AuthInfoUpdateParameters.withRefreshToken
(String refreshToken) Set the refresh token used to refresh the access token.Set the scope of the access token.Set the access token used to access the source control provider.AuthInfoUpdateParameters.withTokenType
(TokenType tokenType) Set the type of Auth token.Modifier and TypeMethodDescriptionSourceUpdateParameters.withSourceControlAuthProperties
(AuthInfoUpdateParameters sourceControlAuthProperties) Set the authorization properties for accessing the source code repository and to set up webhooks for notifications.