ArmCustomerInsightsModelFactory.ViewResourceFormatData Method

Definition

Initializes a new instance of 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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

viewName
String

Name of the view.

userId
String

the user ID.

tenantId
Nullable<Guid>

the hub name.

displayName
IDictionary<String,String>

Localized display name for the view.

definition
String

View definition.

changed
Nullable<DateTimeOffset>

Date time when view was last modified.

created
Nullable<DateTimeOffset>

Date time when view was created.

Returns

A new ViewResourceFormatData instance for mocking.

Applies to