Share via


ResourceLocationDataContract Constructors

Definition

Overloads

ResourceLocationDataContract()

Initializes a new instance of the ResourceLocationDataContract class.

ResourceLocationDataContract(String, String, String, String)

Initializes a new instance of the ResourceLocationDataContract class.

ResourceLocationDataContract()

Initializes a new instance of the ResourceLocationDataContract class.

public ResourceLocationDataContract ();
Public Sub New ()

Applies to

ResourceLocationDataContract(String, String, String, String)

Initializes a new instance of the ResourceLocationDataContract class.

public ResourceLocationDataContract (string name, string city = default, string district = default, string countryOrRegion = default);
new Microsoft.Azure.Management.ApiManagement.Models.ResourceLocationDataContract : string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ResourceLocationDataContract
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