Share via


ProviderExtendedLocation Constructors

Definition

Overloads

ProviderExtendedLocation()

Initializes a new instance of the ProviderExtendedLocation class.

ProviderExtendedLocation(String, String, IList<String>)

Initializes a new instance of the ProviderExtendedLocation class.

ProviderExtendedLocation()

Initializes a new instance of the ProviderExtendedLocation class.

public ProviderExtendedLocation ();
Public Sub New ()

Applies to

ProviderExtendedLocation(String, String, IList<String>)

Initializes a new instance of the ProviderExtendedLocation class.

public ProviderExtendedLocation (string location = default, string type = default, System.Collections.Generic.IList<string> extendedLocations = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderExtendedLocation : string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderExtendedLocation
Public Sub New (Optional location As String = Nothing, Optional type As String = Nothing, Optional extendedLocations As IList(Of String) = Nothing)

Parameters

location
String

The azure location.

type
String

The extended location type.

extendedLocations
IList<String>

The extended locations for the azure location.

Applies to