Table of Contents

Class AvailabilityZoneMappings

Namespace
Azure.ResourceManager.Resources.Models
Assembly
Azure.ResourceManager.dll

Availability zone mappings for the region.

public class AvailabilityZoneMappings : IJsonModel<AvailabilityZoneMappings>, IPersistableModel<AvailabilityZoneMappings>
Inheritance
AvailabilityZoneMappings
Implements
IPersistableModel<AvailabilityZoneMappings>
Inherited Members

Properties

LogicalZone

The logical zone id for the availability zone.

public string LogicalZone { get; }

Property Value

string

PhysicalZone

The fully qualified physical zone id of availability zone to which logical zone id is mapped to.

public string PhysicalZone { get; }

Property Value

string