Share via


ExtendedZoneData Class

Definition

A class representing the ExtendedZone data model. Resource that represents an Azure Extended Zone available to a subscription for registering and unregistering.

public class ExtendedZoneData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EdgeZones.ExtendedZoneData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EdgeZones.ExtendedZoneData>
type ExtendedZoneData = class
    inherit ResourceData
    interface IJsonModel<ExtendedZoneData>
    interface IPersistableModel<ExtendedZoneData>
Public Class ExtendedZoneData
Inherits ResourceData
Implements IJsonModel(Of ExtendedZoneData), IPersistableModel(Of ExtendedZoneData)
Inheritance
ExtendedZoneData
Implements

Properties

DisplayName

Display name of the Azure Extended Zone.

Geography

Geography of the Azure Extended Zone.

GeographyGroup

The Geography Group of the Azure Extended Zone.

HomeLocation

The Home Location of the Azure Extended Zone.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Latitude

The Latitude of the Azure Extended Zone.

Longitude

The Longitude of the Azure Extended Zone.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Status of the last operation performed by the subscription on the Edge Zone resource.

RegionalDisplayName

Regional display name of the Azure Extended Zone.

RegionCategory

Category of region for the Azure Extended Zone.

RegionType

Type of region for the Azure Extended Zone.

RegistrationState

Indicates the Azure Extended Zone registration’s approval status.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<ExtendedZoneData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExtendedZoneData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExtendedZoneData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedZoneData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExtendedZoneData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to