Partager via


ResourceNamespacePatch Constructeurs

Définition

Surcharges

ResourceNamespacePatch()

Initialise une nouvelle instance de la classe ResourceNamespacePatch.

ResourceNamespacePatch(String, String, String, String, IDictionary<String,String>)

Initialise une nouvelle instance de la classe ResourceNamespacePatch.

ResourceNamespacePatch()

Initialise une nouvelle instance de la classe ResourceNamespacePatch.

public ResourceNamespacePatch ();
Public Sub New ()

S’applique à

ResourceNamespacePatch(String, String, String, String, IDictionary<String,String>)

Initialise une nouvelle instance de la classe ResourceNamespacePatch.

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)

Paramètres

id
String

ID de ressource

name
String

Nom de la ressource

type
String

Type de ressource

location
String

Emplacement de la ressource

tags
IDictionary<String,String>

Balises de ressource

S’applique à