WorkbookResource Konstruktoren
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.
Überlädt
WorkbookResource() |
Initialisiert eine neue instance der WorkbookResource-Klasse. |
WorkbookResource(String, String, String, String, IDictionary<String,String>) |
Initialisiert eine neue instance der WorkbookResource-Klasse. |
WorkbookResource()
Initialisiert eine neue instance der WorkbookResource-Klasse.
public WorkbookResource();
Public Sub New ()
Gilt für:
WorkbookResource(String, String, String, String, IDictionary<String,String>)
Initialisiert eine neue instance der WorkbookResource-Klasse.
public WorkbookResource(string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkbookResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkbookResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameter
- id
- String
Azure-Ressourcen-ID
- name
- String
Name der Azure-Ressource
- type
- String
Azure-Ressourcentyp
- location
- String
Ressourcenspeicherort
- tags
- IDictionary<String,String>
Ressourcentags
Gilt für:
Azure SDK for .NET