Uses of Class
com.azure.resourcemanager.containerregistry.models.ZoneRedundancy
Packages that use ZoneRedundancy
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ZoneRedundancy in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return ZoneRedundancyModifier and TypeMethodDescriptionRegistryInner.zoneRedundancy()Get the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.RegistryProperties.zoneRedundancy()Get the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.ReplicationInner.zoneRedundancy()Get the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry replication.ReplicationProperties.zoneRedundancy()Get the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry replication.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type ZoneRedundancyModifier and TypeMethodDescriptionRegistryInner.withZoneRedundancy(ZoneRedundancy zoneRedundancy) Set the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.RegistryProperties.withZoneRedundancy(ZoneRedundancy zoneRedundancy) Set the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.ReplicationInner.withZoneRedundancy(ZoneRedundancy zoneRedundancy) Set the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry replication.ReplicationProperties.withZoneRedundancy(ZoneRedundancy zoneRedundancy) Set the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry replication. -
Uses of ZoneRedundancy in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as ZoneRedundancyModifier and TypeFieldDescriptionstatic final ZoneRedundancyZoneRedundancy.DISABLEDStatic value Disabled for ZoneRedundancy.static final ZoneRedundancyZoneRedundancy.ENABLEDStatic value Enabled for ZoneRedundancy.Methods in com.azure.resourcemanager.containerregistry.models that return ZoneRedundancyModifier and TypeMethodDescriptionstatic ZoneRedundancyZoneRedundancy.fromString(String name) Creates or finds a ZoneRedundancy from its string representation.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type ZoneRedundancyModifier and TypeMethodDescriptionstatic Collection<ZoneRedundancy> ZoneRedundancy.values()Gets known ZoneRedundancy values.