Uses of Class
com.azure.resourcemanager.containerregistry.models.TokenStatus
Packages that use TokenStatus
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TokenStatus in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TokenStatusModifier and TypeMethodDescriptionTokenInner.status()Get the status property: The status of the token example enabled or disabled.TokenProperties.status()Get the status property: The status of the token example enabled or disabled.TokenUpdateProperties.status()Get the status property: The status of the token example enabled or disabled.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TokenStatusModifier and TypeMethodDescriptionTokenInner.withStatus(TokenStatus status) Set the status property: The status of the token example enabled or disabled.TokenProperties.withStatus(TokenStatus status) Set the status property: The status of the token example enabled or disabled.TokenUpdateProperties.withStatus(TokenStatus status) Set the status property: The status of the token example enabled or disabled. -
Uses of TokenStatus in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as TokenStatusModifier and TypeFieldDescriptionstatic final TokenStatusTokenStatus.DISABLEDStatic value disabled for TokenStatus.static final TokenStatusTokenStatus.ENABLEDStatic value enabled for TokenStatus.Methods in com.azure.resourcemanager.containerregistry.models that return TokenStatusModifier and TypeMethodDescriptionstatic TokenStatusTokenStatus.fromString(String name) Creates or finds a TokenStatus from its string representation.TokenUpdateParameters.status()Get the status property: The status of the token example enabled or disabled.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TokenStatusModifier and TypeMethodDescriptionstatic Collection<TokenStatus> TokenStatus.values()Gets known TokenStatus values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TokenStatusModifier and TypeMethodDescriptionTokenUpdateParameters.withStatus(TokenStatus status) Set the status property: The status of the token example enabled or disabled.