Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceRegistryCredentials
Packages that use SourceRegistryCredentials
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of SourceRegistryCredentials in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type SourceRegistryCredentialsModifier and TypeClassDescriptionfinal classDescribes the credential parameters for accessing the source registry.Methods in com.azure.resourcemanager.containerregistry.models that return SourceRegistryCredentialsModifier and TypeMethodDescriptionstatic SourceRegistryCredentialsSourceRegistryCredentials.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SourceRegistryCredentials from the JsonReader.Credentials.sourceRegistry()Get the sourceRegistry property: Describes the credential parameters for accessing the source registry.SourceRegistryCredentials.withLoginMode(SourceRegistryLoginMode loginMode) Set the loginMode property: The authentication mode which determines the source registry login scope.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SourceRegistryCredentialsModifier and TypeMethodDescriptionCredentials.withSourceRegistry(SourceRegistryCredentials sourceRegistry) Set the sourceRegistry property: Describes the credential parameters for accessing the source registry.