Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.TokenUpdateProperties
Packages that use TokenUpdateProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of TokenUpdateProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TokenUpdatePropertiesModifier and TypeMethodDescriptionstatic TokenUpdatePropertiesTokenUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TokenUpdateProperties from the JsonReader.TokenUpdateProperties.withCredentials(TokenCredentialsProperties credentials) Set the credentials property: The credentials that can be used for authenticating the token.TokenUpdateProperties.withScopeMapId(String scopeMapId) Set the scopeMapId property: The resource ID of the scope map to which the token will be associated with.TokenUpdateProperties.withStatus(TokenStatus status) Set the status property: The status of the token example enabled or disabled.