Table of Contents

Class ZoneMapping

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

The ZoneMapping.

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

Properties

Location

The location of the zone mapping.

public AzureLocation? Location { get; }

Property Value

AzureLocation?

Zones

Gets the zones.

public IReadOnlyList<string> Zones { get; }

Property Value

IReadOnlyList<string>