Share via


ExtendedZone Class

Definition

Resource that represents an Azure Extended Zone available to a subscription for registering and unregistering.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Models.ExtendedZoneTypeConverter))]
public class ExtendedZone : Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Models.IExtendedZone, Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Models.ExtendedZoneTypeConverter))>]
type ExtendedZone = class
    interface IExtendedZone
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class ExtendedZone
Implements IExtendedZone, IValidates
Inheritance
ExtendedZone
Attributes
Implements

Constructors

ExtendedZone()

Creates an new ExtendedZone instance.

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. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Latitude

The Latitude of the Azure Extended Zone.

Longitude

The Longitude of the Azure Extended Zone.

Name

The name of the resource

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.

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExtendedZone.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExtendedZone.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Models.IExtendedZone.

FromJsonString(String)

Creates a new instance of ExtendedZone, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExtendedZone into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to