你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResourceGroupPatchable 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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.Models.ResourceGroupProperties properties = default, string managedBy = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupPatchable : string * Microsoft.Azure.Management.ResourceManager.Models.ResourceGroupProperties * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.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>
附加到资源组的标记。