Freigeben über


ArmCustomerInsightsModelFactory.ViewResourceFormatData Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

viewName
String

Name der Ansicht.

userId
String

die Benutzer-ID.

tenantId
Nullable<Guid>

der Hubname.

displayName
IDictionary<String,String>

Lokalisierter Anzeigename für die Ansicht.

definition
String

Definition anzeigen.

changed
Nullable<DateTimeOffset>

Datum der letzten Änderung der Ansicht.

created
Nullable<DateTimeOffset>

Datum der Erstellung der Ansicht.

Gibt zurück

Eine neue ViewResourceFormatData instance zum Mocking.

Gilt für: