Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceRegistryLoginMode
Packages that use SourceRegistryLoginMode
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of SourceRegistryLoginMode in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as SourceRegistryLoginModeModifier and TypeFieldDescriptionstatic final SourceRegistryLoginModeSourceRegistryLoginMode.DEFAULTStatic value Default for SourceRegistryLoginMode.static final SourceRegistryLoginModeSourceRegistryLoginMode.NONEStatic value None for SourceRegistryLoginMode.Methods in com.azure.resourcemanager.containerregistry.models that return SourceRegistryLoginModeModifier and TypeMethodDescriptionstatic SourceRegistryLoginModeSourceRegistryLoginMode.fromString(String name) Creates or finds a SourceRegistryLoginMode from its string representation.SourceRegistryCredentials.loginMode()Get the loginMode property: The authentication mode which determines the source registry login scope.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SourceRegistryLoginModeModifier and TypeMethodDescriptionstatic Collection<SourceRegistryLoginMode> SourceRegistryLoginMode.values()Gets known SourceRegistryLoginMode values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SourceRegistryLoginModeModifier and TypeMethodDescriptionSourceRegistryCredentials.withLoginMode(SourceRegistryLoginMode loginMode) Set the loginMode property: The authentication mode which determines the source registry login scope.