Uses of Class
com.azure.resourcemanager.containerregistry.models.ConnectedRegistryMode
Packages that use ConnectedRegistryMode
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ConnectedRegistryMode in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return ConnectedRegistryModeModifier and TypeMethodDescriptionConnectedRegistryInner.mode()Get the mode property: The mode of the connected registry resource that indicates the permissions of the registry.ConnectedRegistryProperties.mode()Get the mode property: The mode of the connected registry resource that indicates the permissions of the registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type ConnectedRegistryModeModifier and TypeMethodDescriptionConnectedRegistryInner.withMode(ConnectedRegistryMode mode) Set the mode property: The mode of the connected registry resource that indicates the permissions of the registry.ConnectedRegistryProperties.withMode(ConnectedRegistryMode mode) Set the mode property: The mode of the connected registry resource that indicates the permissions of the registry. -
Uses of ConnectedRegistryMode in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as ConnectedRegistryModeModifier and TypeFieldDescriptionstatic final ConnectedRegistryModeConnectedRegistryMode.MIRRORStatic value Mirror for ConnectedRegistryMode.static final ConnectedRegistryModeConnectedRegistryMode.READ_ONLYStatic value ReadOnly for ConnectedRegistryMode.static final ConnectedRegistryModeConnectedRegistryMode.READ_WRITEStatic value ReadWrite for ConnectedRegistryMode.static final ConnectedRegistryModeConnectedRegistryMode.REGISTRYStatic value Registry for ConnectedRegistryMode.Methods in com.azure.resourcemanager.containerregistry.models that return ConnectedRegistryModeModifier and TypeMethodDescriptionstatic ConnectedRegistryModeConnectedRegistryMode.fromString(String name) Creates or finds a ConnectedRegistryMode from its string representation.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type ConnectedRegistryModeModifier and TypeMethodDescriptionstatic Collection<ConnectedRegistryMode> ConnectedRegistryMode.values()Gets known ConnectedRegistryMode values.