Uses of Class
com.azure.resourcemanager.containerregistry.models.TokenPassword
Packages that use TokenPassword
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TokenPassword in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return types with arguments of type TokenPasswordModifier and TypeMethodDescriptionGenerateCredentialsResultInner.passwords()Get the passwords property: The list of passwords for a container registry.Method parameters in com.azure.resourcemanager.containerregistry.fluent.models with type arguments of type TokenPasswordModifier and TypeMethodDescriptionGenerateCredentialsResultInner.withPasswords(List<TokenPassword> passwords) Set the passwords property: The list of passwords for a container registry. -
Uses of TokenPassword in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TokenPasswordModifier and TypeMethodDescriptionstatic TokenPasswordTokenPassword.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TokenPassword from the JsonReader.TokenPassword.withCreationTime(OffsetDateTime creationTime) Set the creationTime property: The creation datetime of the password.TokenPassword.withExpiry(OffsetDateTime expiry) Set the expiry property: The expiry datetime of the password.TokenPassword.withName(TokenPasswordName name) Set the name property: The password name "password1" or "password2".Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TokenPasswordModifier and TypeMethodDescriptionTokenCredentialsProperties.passwords()Get the passwords property: The passwords property.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type TokenPasswordModifier and TypeMethodDescriptionTokenCredentialsProperties.withPasswords(List<TokenPassword> passwords) Set the passwords property: The passwords property.