ArmCustomerInsightsModelFactory.ViewResourceFormatData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.
- 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.