你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GenericResourceInner 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GenericResourceInner() |
初始化 GenericResourceInner 类的新实例。 |
GenericResourceInner(String, String, String, String, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity, ExtendedLocation) |
初始化 GenericResourceInner 类的新实例。 |
GenericResourceInner()
初始化 GenericResourceInner 类的新实例。
public GenericResourceInner();
Public Sub New ()
适用于
GenericResourceInner(String, String, String, String, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity, ExtendedLocation)
初始化 GenericResourceInner 类的新实例。
public GenericResourceInner(string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.Plan plan = default, object properties = default, string kind = default, string managedBy = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.Sku sku = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.Identity identity = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ExtendedLocation extendedLocation = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.Models.Plan * obj * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.Sku * Microsoft.Azure.Management.ResourceManager.Fluent.Models.Identity * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ExtendedLocation -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional plan As Plan = Nothing, Optional properties As Object = Nothing, Optional kind As String = Nothing, Optional managedBy As String = Nothing, Optional sku As Sku = Nothing, Optional identity As Identity = Nothing, Optional extendedLocation As ExtendedLocation = Nothing)
参数
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- plan
- Plan
资源的计划。
- properties
- Object
资源属性。
- kind
- String
资源的种类。
- managedBy
- String
管理此资源的资源的 ID。
- sku
- Sku
资源的 SKU。
- identity
- Identity
资源的标识。
- extendedLocation
- ExtendedLocation
资源扩展位置。