Condividi tramite


LocationMetadata Constructors

Definition

Overloads

LocationMetadata()

Initializes a new instance of the LocationMetadata class.

LocationMetadata(String, String, String, String, String, String, IList<PairedRegion>, String)

Initializes a new instance of the LocationMetadata class.

LocationMetadata()

Initializes a new instance of the LocationMetadata class.

public LocationMetadata ();
Public Sub New ()

Applies to

LocationMetadata(String, String, String, String, String, String, IList<PairedRegion>, String)

Initializes a new instance of the LocationMetadata class.

public LocationMetadata (string regionType = default, string regionCategory = default, string geographyGroup = default, string longitude = default, string latitude = default, string physicalLocation = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.PairedRegion> pairedRegion = default, string homeLocation = default);
new Microsoft.Azure.Management.ResourceManager.Models.LocationMetadata : string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.PairedRegion> * string -> Microsoft.Azure.Management.ResourceManager.Models.LocationMetadata
Public Sub New (Optional regionType As String = Nothing, Optional regionCategory As String = Nothing, Optional geographyGroup As String = Nothing, Optional longitude As String = Nothing, Optional latitude As String = Nothing, Optional physicalLocation As String = Nothing, Optional pairedRegion As IList(Of PairedRegion) = Nothing, Optional homeLocation As String = Nothing)

Parameters

regionType
String

The type of the region. Possible values include: 'Physical', 'Logical'

regionCategory
String

The category of the region. Possible values include: 'Recommended', 'Extended', 'Other'

geographyGroup
String

The geography group of the location.

longitude
String

The longitude of the location.

latitude
String

The latitude of the location.

physicalLocation
String

The physical location of the Azure location.

pairedRegion
IList<PairedRegion>

The regions paired to this region.

homeLocation
String

The home location of an edge zone.

Applies to