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