Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceRegistryLoginMode
-
Packages that use SourceRegistryLoginMode Package Description com.azure.resourcemanager.containerregistry.models 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 SourceRegistryLoginMode Modifier and Type Field Description static SourceRegistryLoginModeSourceRegistryLoginMode. DEFAULTStatic value Default for SourceRegistryLoginMode.static SourceRegistryLoginModeSourceRegistryLoginMode. NONEStatic value None for SourceRegistryLoginMode.Methods in com.azure.resourcemanager.containerregistry.models that return SourceRegistryLoginMode Modifier and Type Method Description static SourceRegistryLoginModeSourceRegistryLoginMode. fromString(String name)Creates or finds a SourceRegistryLoginMode from its string representation.SourceRegistryLoginModeSourceRegistryCredentials. 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 SourceRegistryLoginMode Modifier and Type Method Description static Collection<SourceRegistryLoginMode>SourceRegistryLoginMode. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SourceRegistryLoginMode Modifier and Type Method Description SourceRegistryCredentialsSourceRegistryCredentials. withLoginMode(SourceRegistryLoginMode loginMode)Set the loginMode property: The authentication mode which determines the source registry login scope.
-