Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceRegistryCredentials
-
Packages that use SourceRegistryCredentials Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of SourceRegistryCredentials in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return SourceRegistryCredentials Modifier and Type Method Description SourceRegistryCredentialsCredentials. sourceRegistry()Get the sourceRegistry property: Describes the credential parameters for accessing the source registry.SourceRegistryCredentialsSourceRegistryCredentials. 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 SourceRegistryCredentials Modifier and Type Method Description CredentialsCredentials. withSourceRegistry(SourceRegistryCredentials sourceRegistry)Set the sourceRegistry property: Describes the credential parameters for accessing the source registry.
-