LocationData Constructors

Definition

Overloads

LocationData()

Initializes a new instance of the LocationData class.

LocationData(String, String, String, String)

Initializes a new instance of the LocationData class.

LocationData()

Initializes a new instance of the LocationData class.

public LocationData ();
Public Sub New ()

Applies to

LocationData(String, String, String, String)

Initializes a new instance of the LocationData class.

public LocationData (string name, string city = default, string district = default, string countryOrRegion = default);
new Microsoft.Azure.Management.HybridCompute.Models.LocationData : string * string * string * string -> Microsoft.Azure.Management.HybridCompute.Models.LocationData
Public Sub New (name As String, Optional city As String = Nothing, Optional district As String = Nothing, Optional countryOrRegion As String = Nothing)

Parameters

name
String

A canonical name for the geographic or physical location.

city
String

The city or locality where the resource is located.

district
String

The district, state, or province where the resource is located.

countryOrRegion
String

The country or region where the resource is located

Applies to