Compartilhar via


DataBoxEdgeDevicePatch Construtores

Definição

Sobrecargas

DataBoxEdgeDevicePatch()

Inicializa uma nova instância da classe DataBoxEdgeDevicePatch.

DataBoxEdgeDevicePatch(IDictionary<String,String>, ResourceIdentity, EdgeProfilePatch)

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>, ResourceIdentity, EdgeProfilePatch)

Inicializa uma nova instância da classe DataBoxEdgeDevicePatch.

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

Parâmetros

tags
IDictionary<String,String>

As marcas anexadas ao recurso Data Box Edge/Gateway.

identity
ResourceIdentity

Identidade msi do recurso

edgeProfile
EdgeProfilePatch

Propriedade Perfil de Borda do dispositivo Data Box Edge/Gateway

Aplica-se a