Uses of Class
com.azure.resourcemanager.containerregistry.models.ZoneRedundancy
-
Packages that use ZoneRedundancy Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 ZoneRedundancy Modifier and Type Method Description ZoneRedundancyRegistryInner. zoneRedundancy()Get the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.ZoneRedundancyRegistryProperties. zoneRedundancy()Get the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.ZoneRedundancyReplicationInner. zoneRedundancy()Get the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry replication.ZoneRedundancyReplicationProperties. 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 ZoneRedundancy Modifier and Type Method Description RegistryInnerRegistryInner. withZoneRedundancy(ZoneRedundancy zoneRedundancy)Set the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.RegistryPropertiesRegistryProperties. withZoneRedundancy(ZoneRedundancy zoneRedundancy)Set the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry.ReplicationInnerReplicationInner. withZoneRedundancy(ZoneRedundancy zoneRedundancy)Set the zoneRedundancy property: Whether or not zone redundancy is enabled for this container registry replication.ReplicationPropertiesReplicationProperties. 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 ZoneRedundancy Modifier and Type Field Description static ZoneRedundancyZoneRedundancy. DISABLEDStatic value Disabled for ZoneRedundancy.static ZoneRedundancyZoneRedundancy. ENABLEDStatic value Enabled for ZoneRedundancy.Methods in com.azure.resourcemanager.containerregistry.models that return ZoneRedundancy Modifier and Type Method Description static 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 ZoneRedundancy Modifier and Type Method Description static Collection<ZoneRedundancy>ZoneRedundancy. values()
-