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

ArmCustomerInsightsModelFactory.ViewResourceFormatData 方法

定义

初始化 ViewResourceFormatData 的新实例。

public static Azure.ResourceManager.CustomerInsights.ViewResourceFormatData ViewResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string viewName = default, string userId = default, Guid? tenantId = default, System.Collections.Generic.IDictionary<string,string> displayName = default, string definition = default, DateTimeOffset? changed = default, DateTimeOffset? created = default);
static member ViewResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<Guid> * System.Collections.Generic.IDictionary<string, string> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.CustomerInsights.ViewResourceFormatData
Public Shared Function ViewResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional viewName As String = Nothing, Optional userId As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional displayName As IDictionary(Of String, String) = Nothing, Optional definition As String = Nothing, Optional changed As Nullable(Of DateTimeOffset) = Nothing, Optional created As Nullable(Of DateTimeOffset) = Nothing) As ViewResourceFormatData

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

viewName
String

视图的名称。

userId
String

用户 ID。

tenantId
Nullable<Guid>

中心名称。

displayName
IDictionary<String,String>

视图的本地化显示名称。

definition
String

视图定义。

changed
Nullable<DateTimeOffset>

上次修改视图的日期时间。

created
Nullable<DateTimeOffset>

创建视图的日期时间。

返回

用于模拟的新 ViewResourceFormatData 实例。

适用于