你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PirCommunityGalleryResource 构造函数

定义

重载

PirCommunityGalleryResource()

初始化 PirCommunityGalleryResource 类的新实例。

PirCommunityGalleryResource(String, String, String, String)

初始化 PirCommunityGalleryResource 类的新实例。

PirCommunityGalleryResource()

初始化 PirCommunityGalleryResource 类的新实例。

public PirCommunityGalleryResource ();
Public Sub New ()

适用于

PirCommunityGalleryResource(String, String, String, String)

初始化 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)

参数

name
String

资源名称

location
String

资源位置

type
String

资源类型

uniqueId
String

此社区库的唯一 ID。

适用于