ResourceNamespacePatch 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
ResourceNamespacePatch() |
Initialisiert eine neue instance der ResourceNamespacePatch-Klasse. |
ResourceNamespacePatch(String, String, String, String, IDictionary<String,String>) |
Initialisiert eine neue instance der ResourceNamespacePatch-Klasse. |
ResourceNamespacePatch()
Initialisiert eine neue instance der ResourceNamespacePatch-Klasse.
public ResourceNamespacePatch();
Public Sub New ()
Gilt für:
ResourceNamespacePatch(String, String, String, String, IDictionary<String,String>)
Initialisiert eine neue instance der ResourceNamespacePatch-Klasse.
public ResourceNamespacePatch(string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ServiceBus.Models.ResourceNamespacePatch : string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ServiceBus.Models.ResourceNamespacePatch
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
Ressourcen-ID
- name
- String
Ressourcenname
- type
- String
Ressourcentyp
- location
- String
Ressourcenspeicherort
- tags
- IDictionary<String,String>
Ressourcentags
Gilt für:
Azure SDK for .NET