ArmApplicationInsightsModelFactory.WorkbookTemplateData 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 WorkbookTemplateData.
public static Azure.ResourceManager.ApplicationInsights.WorkbookTemplateData WorkbookTemplateData (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 WorkbookTemplateData : 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.WorkbookTemplateData
Public Shared Function WorkbookTemplateData (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 WorkbookTemplateData
Parameters
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 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 WorkbookTemplateData instance for mocking.