Uses of Class
com.azure.resourcemanager.containerregistry.models.TokenCredentialsProperties
Packages that use TokenCredentialsProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TokenCredentialsProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TokenCredentialsPropertiesModifier and TypeMethodDescriptionTokenInner.credentials()Get the credentials property: The credentials that can be used for authenticating the token.TokenProperties.credentials()Get the credentials property: The credentials that can be used for authenticating the token.TokenUpdateProperties.credentials()Get the credentials property: The credentials that can be used for authenticating the token.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TokenCredentialsPropertiesModifier and TypeMethodDescriptionTokenInner.withCredentials(TokenCredentialsProperties credentials) Set the credentials property: The credentials that can be used for authenticating the token.TokenProperties.withCredentials(TokenCredentialsProperties credentials) Set the credentials property: The credentials that can be used for authenticating the token.TokenUpdateProperties.withCredentials(TokenCredentialsProperties credentials) Set the credentials property: The credentials that can be used for authenticating the token. -
Uses of TokenCredentialsProperties in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type TokenCredentialsPropertiesModifier and TypeClassDescriptionfinal classThe properties of the credentials that can be used for authenticating the token.Methods in com.azure.resourcemanager.containerregistry.models that return TokenCredentialsPropertiesModifier and TypeMethodDescriptionTokenUpdateParameters.credentials()Get the credentials property: The credentials that can be used for authenticating the token.static TokenCredentialsPropertiesTokenCredentialsProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TokenCredentialsProperties from the JsonReader.TokenCredentialsProperties.withCertificates(List<TokenCertificate> certificates) Set the certificates property: The certificates property.TokenCredentialsProperties.withPasswords(List<TokenPassword> passwords) Set the passwords property: The passwords property.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TokenCredentialsPropertiesModifier and TypeMethodDescriptionTokenUpdateParameters.withCredentials(TokenCredentialsProperties credentials) Set the credentials property: The credentials that can be used for authenticating the token.