Uses of Class
com.azure.resourcemanager.containerregistry.models.AuthInfoUpdateParameters
Packages that use AuthInfoUpdateParameters
Package
Description
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 AuthInfoUpdateParametersModifier and TypeMethodDescriptionstatic AuthInfoUpdateParametersAuthInfoUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthInfoUpdateParameters from the JsonReader.SourceUpdateParameters.sourceControlAuthProperties()Get the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.AuthInfoUpdateParameters.withExpiresIn(Integer expiresIn) Set the expiresIn property: Time in seconds that the token remains valid.AuthInfoUpdateParameters.withRefreshToken(String refreshToken) Set the refreshToken property: The refresh token used to refresh the access token.Set the scope property: The scope of the access token.Set the token property: The access token used to access the source control provider.AuthInfoUpdateParameters.withTokenType(TokenType tokenType) Set the tokenType property: The type of Auth token.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type AuthInfoUpdateParametersModifier and TypeMethodDescriptionSourceUpdateParameters.withSourceControlAuthProperties(AuthInfoUpdateParameters sourceControlAuthProperties) Set the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.