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

ResourceGroupPatchable 构造函数

定义

重载

ResourceGroupPatchable()

初始化 ResourceGroupPatchable 类的新实例。

ResourceGroupPatchable(String, ResourceGroupProperties, String, IDictionary<String,String>)

初始化 ResourceGroupPatchable 类的新实例。

ResourceGroupPatchable()

初始化 ResourceGroupPatchable 类的新实例。

public ResourceGroupPatchable ();
Public Sub New ()

适用于

ResourceGroupPatchable(String, ResourceGroupProperties, String, IDictionary<String,String>)

初始化 ResourceGroupPatchable 类的新实例。

public ResourceGroupPatchable (string name = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupProperties properties = default, string managedBy = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupPatchable : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupProperties * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.ResourceGroupPatchable
Public Sub New (Optional name As String = Nothing, Optional properties As ResourceGroupProperties = Nothing, Optional managedBy As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

参数

name
String

资源组的名称。

properties
ResourceGroupProperties

资源组属性。

managedBy
String

管理此资源组的资源的 ID。

tags
IDictionary<String,String>

附加到资源组的标记。

适用于