Condividi tramite


ExtendedLocation Constructors

Definition

Overloads

ExtendedLocation()

Initializes a new instance of the ExtendedLocation class.

ExtendedLocation(String, String)

Initializes a new instance of the ExtendedLocation class.

ExtendedLocation()

Initializes a new instance of the ExtendedLocation class.

public ExtendedLocation ();
Public Sub New ()

Applies to

ExtendedLocation(String, String)

Initializes a new instance of the ExtendedLocation class.

public ExtendedLocation (string type = default, string name = default);
new Microsoft.Azure.Management.ResourceManager.Models.ExtendedLocation : string * string -> Microsoft.Azure.Management.ResourceManager.Models.ExtendedLocation
Public Sub New (Optional type As String = Nothing, Optional name As String = Nothing)

Parameters

type
String

The extended location type. Possible values include: 'EdgeZone'

name
String

The extended location name.

Applies to