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

ResourceManagerModelFactory.GenericResourceData 方法

定义

初始化 GenericResourceData 的新实例。

public static Azure.ResourceManager.Resources.GenericResourceData GenericResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation = default, Azure.ResourceManager.Models.ArmPlan plan = default, BinaryData properties = default, string kind = default, string managedBy = default, Azure.ResourceManager.Resources.Models.ResourcesSku sku = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, DateTimeOffset? createdOn = default, DateTimeOffset? changedOn = default, string provisioningState = default);
static member GenericResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Resources.Models.ExtendedLocation * Azure.ResourceManager.Models.ArmPlan * BinaryData * string * string * Azure.ResourceManager.Resources.Models.ResourcesSku * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.Resources.GenericResourceData
Public Shared Function GenericResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional plan As ArmPlan = Nothing, Optional properties As BinaryData = Nothing, Optional kind As String = Nothing, Optional managedBy As String = Nothing, Optional sku As ResourcesSku = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional changedOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing) As GenericResourceData

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

标记。

location
AzureLocation

位置。

extendedLocation
ExtendedLocation

资源扩展位置。

plan
ArmPlan

资源的计划。

properties
BinaryData

资源属性。

kind
String

资源的种类。

managedBy
String

管理此资源的资源的 ID。

sku
ResourcesSku

资源的 SKU。

identity
ManagedServiceIdentity

资源的标识。

createdOn
Nullable<DateTimeOffset>

资源的创建时间。 仅当通过 $expand 查询参数请求时才存在。

changedOn
Nullable<DateTimeOffset>

资源的更改时间。 仅当通过 $expand 查询参数请求时才存在。

provisioningState
String

资源的预配状态。 仅当通过 $expand 查询参数请求时才存在。

返回

用于模拟的新 GenericResourceData 实例。

适用于