Freigeben über


ExtendedLocation Konstruktoren

Definition

Überlädt

ExtendedLocation()

Initialisiert eine neue instance der ExtendedLocation-Klasse.

ExtendedLocation(ExtendedLocationType, String)

Initialisiert eine neue instance der ExtendedLocation-Klasse.

ExtendedLocation()

Initialisiert eine neue instance der ExtendedLocation-Klasse.

public ExtendedLocation ();
Public Sub New ()

Gilt für:

ExtendedLocation(ExtendedLocationType, String)

Initialisiert eine neue instance der ExtendedLocation-Klasse.

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

Parameter

type
ExtendedLocationType

Der erweiterte Standorttyp. Mögliche Werte: "EdgeZone"

name
String

Der Name des erweiterten Speicherorts.

Gilt für: