ArmEdgeZonesModelFactory.ExtendedZoneData Method

Definition

Initializes a new instance of ExtendedZoneData.

public static Azure.ResourceManager.EdgeZones.ExtendedZoneData ExtendedZoneData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.EdgeZones.Models.EdgeZonesProvisioningState? provisioningState = default, Azure.ResourceManager.EdgeZones.Models.EdgeZonesRegistrationState? registrationState = default, string displayName = default, string regionalDisplayName = default, string regionType = default, string regionCategory = default, string geography = default, string geographyGroup = default, string longitude = default, string latitude = default, string homeLocation = default);
static member ExtendedZoneData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.EdgeZones.Models.EdgeZonesProvisioningState> * Nullable<Azure.ResourceManager.EdgeZones.Models.EdgeZonesRegistrationState> * string * string * string * string * string * string * string * string * string -> Azure.ResourceManager.EdgeZones.ExtendedZoneData
Public Shared Function ExtendedZoneData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of EdgeZonesProvisioningState) = Nothing, Optional registrationState As Nullable(Of EdgeZonesRegistrationState) = Nothing, Optional displayName As String = Nothing, Optional regionalDisplayName As String = Nothing, Optional regionType As String = Nothing, Optional regionCategory As String = Nothing, Optional geography As String = Nothing, Optional geographyGroup As String = Nothing, Optional longitude As String = Nothing, Optional latitude As String = Nothing, Optional homeLocation As String = Nothing) As ExtendedZoneData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

provisioningState
Nullable<EdgeZonesProvisioningState>

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

registrationState
Nullable<EdgeZonesRegistrationState>

Indicates the Azure Extended Zone registration’s approval status.

displayName
String

Display name of the Azure Extended Zone.

regionalDisplayName
String

Regional display name of the Azure Extended Zone.

regionType
String

Type of region for the Azure Extended Zone.

regionCategory
String

Category of region for the Azure Extended Zone.

geography
String

Geography of the Azure Extended Zone.

geographyGroup
String

The Geography Group of the Azure Extended Zone.

longitude
String

The Longitude of the Azure Extended Zone.

latitude
String

The Latitude of the Azure Extended Zone.

homeLocation
String

The Home Location of the Azure Extended Zone.

Returns

A new ExtendedZoneData instance for mocking.

Applies to