Partager via


CommunityGallery Constructeurs

Définition

Surcharges

CommunityGallery()

Initialise une nouvelle instance de la classe CommunityGallery.

CommunityGallery(String, String, String, String)

Initialise une nouvelle instance de la classe CommunityGallery.

CommunityGallery()

Initialise une nouvelle instance de la classe CommunityGallery.

public CommunityGallery ();
Public Sub New ()

S’applique à

CommunityGallery(String, String, String, String)

Initialise une nouvelle instance de la classe CommunityGallery.

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

Paramètres

name
String

Nom de la ressource

location
String

Emplacement de la ressource

type
String

Type de ressource

uniqueId
String

ID unique de cette galerie de la communauté.

S’applique à