PirCommunityGalleryResource Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PirCommunityGalleryResource() |
Initialise une nouvelle instance de la classe PirCommunityGalleryResource. |
PirCommunityGalleryResource(String, String, String, String) |
Initialise une nouvelle instance de la classe PirCommunityGalleryResource. |
PirCommunityGalleryResource()
Initialise une nouvelle instance de la classe PirCommunityGalleryResource.
public PirCommunityGalleryResource ();
Public Sub New ()
S’applique à
PirCommunityGalleryResource(String, String, String, String)
Initialise une nouvelle instance de la classe PirCommunityGalleryResource.
public PirCommunityGalleryResource (string name = default, string location = default, string type = default, string uniqueId = default);
new Microsoft.Azure.Management.Compute.Models.PirCommunityGalleryResource : string * string * string * string -> Microsoft.Azure.Management.Compute.Models.PirCommunityGalleryResource
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 communauté.
S’applique à
Azure SDK for .NET