CommunityGallery 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
CommunityGallery() |
Initialisiert eine neue instance der CommunityGallery-Klasse. |
CommunityGallery(String, String, String, String) |
Initialisiert eine neue instance der CommunityGallery-Klasse. |
CommunityGallery()
Initialisiert eine neue instance der CommunityGallery-Klasse.
public CommunityGallery ();
Public Sub New ()
Gilt für:
CommunityGallery(String, String, String, String)
Initialisiert eine neue instance der CommunityGallery-Klasse.
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)
Parameter
- name
- String
Ressourcenname
- location
- String
Ressourcenspeicherort
- type
- String
Ressourcentyp
- uniqueId
- String
Die eindeutige ID dieses Communitykatalogs.
Gilt für:
Azure SDK for .NET