ArmApplicationInsightsModelFactory.WorkbookTemplateData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
Priorität der Vorlage. Bestimmt, welche Vorlage geöffnet werden soll, wenn ein Arbeitsmappenkatalog im Viewermodus geöffnet wird.
- author
- String
Informationen zum Autor der Arbeitsmappenvorlage.
- templateData
- BinaryData
Gültiges JSON-Objekt mit Arbeitsmappenvorlagennutzlast.
- galleries
- IEnumerable<WorkbookTemplateGallery>
Von der Vorlage unterstützte Arbeitsmappenkataloge.
- localizedGalleries
- IDictionary<String,IList<WorkbookTemplateLocalizedGallery>>
Schlüsselwertpaar des lokalisierten Katalogs. Jeder Schlüssel ist der Gebietsschemacode der Sprachen, die vom Azure-Portal unterstützt werden.
Gibt zurück
Eine neue WorkbookTemplateData instance zum Mocking.
Gilt für:
Azure SDK for .NET