PirCommunityGalleryResource Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PirCommunityGalleryResource() |
Initialisiert eine neue instance der PirCommunityGalleryResource-Klasse. |
PirCommunityGalleryResource(String, String, String, String) |
Initialisiert eine neue instance der PirCommunityGalleryResource-Klasse. |
PirCommunityGalleryResource()
Initialisiert eine neue instance der PirCommunityGalleryResource-Klasse.
public PirCommunityGalleryResource ();
Public Sub New ()
Gilt für:
PirCommunityGalleryResource(String, String, String, String)
Initialisiert eine neue instance der PirCommunityGalleryResource-Klasse.
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)
Parameter
- name
- String
Ressourcenname
- location
- String
Ressourcenspeicherort
- type
- String
Ressourcentyp
- uniqueId
- String
Die eindeutige ID dieses Communitykatalogs.
Gilt für:
Azure SDK for .NET