Compartilhar via


DataBoxEdgeDevicePatch Construtores

Definição

Sobrecargas

DataBoxEdgeDevicePatch()

Inicializa uma nova instância da classe DataBoxEdgeDevicePatch.

DataBoxEdgeDevicePatch(IDictionary<String,String>)

Inicializa uma nova instância da classe DataBoxEdgeDevicePatch.

DataBoxEdgeDevicePatch()

Inicializa uma nova instância da classe DataBoxEdgeDevicePatch.

public DataBoxEdgeDevicePatch ();
Public Sub New ()

Aplica-se a

DataBoxEdgeDevicePatch(IDictionary<String,String>)

Inicializa uma nova instância da classe DataBoxEdgeDevicePatch.

public DataBoxEdgeDevicePatch (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevicePatch : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevicePatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

Parâmetros

tags
IDictionary<String,String>

As marcas anexadas ao recurso Data Box Edge/Gateway.

Aplica-se a