Delen via


ArmApplicationInsightsModelFactory.ApplicationInsightsWorkbookTemplateData Method

Definition

Initializes a new instance of ApplicationInsightsWorkbookTemplateData.

public static Azure.ResourceManager.ApplicationInsights.ApplicationInsightsWorkbookTemplateData ApplicationInsightsWorkbookTemplateData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, int? priority = default, string author = default, BinaryData templateData = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApplicationInsights.Models.WorkbookTemplateGallery> galleries = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<Azure.ResourceManager.ApplicationInsights.Models.WorkbookTemplateLocalizedGallery>> localizedGalleries = default);
static member ApplicationInsightsWorkbookTemplateData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<int> * string * BinaryData * seq<Azure.ResourceManager.ApplicationInsights.Models.WorkbookTemplateGallery> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Azure.ResourceManager.ApplicationInsights.Models.WorkbookTemplateLocalizedGallery>> -> Azure.ResourceManager.ApplicationInsights.ApplicationInsightsWorkbookTemplateData
Public Shared Function ApplicationInsightsWorkbookTemplateData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional author As String = Nothing, Optional templateData As BinaryData = Nothing, Optional galleries As IEnumerable(Of WorkbookTemplateGallery) = Nothing, Optional localizedGalleries As IDictionary(Of String, IList(Of WorkbookTemplateLocalizedGallery)) = Nothing) As ApplicationInsightsWorkbookTemplateData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

priority
Nullable<Int32>

Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode.

author
String

Information about the author of the workbook template.

templateData
BinaryData

Valid JSON object containing workbook template payload.

galleries
IEnumerable<WorkbookTemplateGallery>

Workbook galleries supported by the template.

localizedGalleries
IDictionary<String,IList<WorkbookTemplateLocalizedGallery>>

Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.

Returns

A new ApplicationInsightsWorkbookTemplateData instance for mocking.

Applies to