共用方式為


GalleryExtendedLocation Constructors

Definition

Overloads

GalleryExtendedLocation()

Initializes a new instance of the GalleryExtendedLocation class.

GalleryExtendedLocation(String, String)

Initializes a new instance of the GalleryExtendedLocation class.

GalleryExtendedLocation()

Initializes a new instance of the GalleryExtendedLocation class.

public GalleryExtendedLocation ();
Public Sub New ()

Applies to

GalleryExtendedLocation(String, String)

Initializes a new instance of the GalleryExtendedLocation class.

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

Parameters

name
String
type
String

Possible values include: 'EdgeZone', 'Unknown'

Applies to