次の方法で共有


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 インスタンス。

適用対象