ResourceNamespacePatch Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ResourceNamespacePatch() |
Inicializa uma nova instância da classe ResourceNamespacePatch. |
ResourceNamespacePatch(String, String, String, String, IDictionary<String,String>) |
Inicializa uma nova instância da classe ResourceNamespacePatch. |
ResourceNamespacePatch()
Inicializa uma nova instância da classe ResourceNamespacePatch.
public ResourceNamespacePatch ();
Public Sub New ()
Aplica-se a
ResourceNamespacePatch(String, String, String, String, IDictionary<String,String>)
Inicializa uma nova instância da 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)
Parâmetros
- id
- String
ID do recurso
- name
- String
Nome do recurso
- type
- String
Tipo de recurso
- location
- String
Localização do recurso
- tags
- IDictionary<String,String>
Marcações de recursos
Aplica-se a
Azure SDK for .NET