Uses of Class
com.azure.resourcemanager.containerregistry.models.AuthInfoUpdateParameters
-
Packages that use AuthInfoUpdateParameters Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of AuthInfoUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return AuthInfoUpdateParameters Modifier and Type Method Description AuthInfoUpdateParametersSourceUpdateParameters. sourceControlAuthProperties()Get the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.AuthInfoUpdateParametersAuthInfoUpdateParameters. withExpiresIn(Integer expiresIn)Set the expiresIn property: Time in seconds that the token remains valid.AuthInfoUpdateParametersAuthInfoUpdateParameters. withRefreshToken(String refreshToken)Set the refreshToken property: The refresh token used to refresh the access token.AuthInfoUpdateParametersAuthInfoUpdateParameters. withScope(String scope)Set the scope property: The scope of the access token.AuthInfoUpdateParametersAuthInfoUpdateParameters. withToken(String token)Set the token property: The access token used to access the source control provider.AuthInfoUpdateParametersAuthInfoUpdateParameters. withTokenType(TokenType tokenType)Set the tokenType property: The type of Auth token.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type AuthInfoUpdateParameters Modifier and Type Method Description SourceUpdateParametersSourceUpdateParameters. withSourceControlAuthProperties(AuthInfoUpdateParameters sourceControlAuthProperties)Set the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.
-