Uses of Class
com.azure.resourcemanager.containerregistry.models.TokenPasswordName
Packages that use TokenPasswordName
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TokenPasswordName in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as TokenPasswordNameModifier and TypeFieldDescriptionstatic final TokenPasswordNameTokenPasswordName.PASSWORD1Static value password1 for TokenPasswordName.static final TokenPasswordNameTokenPasswordName.PASSWORD2Static value password2 for TokenPasswordName.Methods in com.azure.resourcemanager.containerregistry.models that return TokenPasswordNameModifier and TypeMethodDescriptionstatic TokenPasswordNameTokenPasswordName.fromString(String name) Creates or finds a TokenPasswordName from its string representation.GenerateCredentialsParameters.name()Get the name property: Specifies name of the password which should be regenerated if any -- password1 or password2.TokenPassword.name()Get the name property: The password name "password1" or "password2".Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TokenPasswordNameModifier and TypeMethodDescriptionstatic Collection<TokenPasswordName> TokenPasswordName.values()Gets known TokenPasswordName values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TokenPasswordNameModifier and TypeMethodDescriptionGenerateCredentialsParameters.withName(TokenPasswordName name) Set the name property: Specifies name of the password which should be regenerated if any -- password1 or password2.TokenPassword.withName(TokenPasswordName name) Set the name property: The password name "password1" or "password2".