Compartir a través de


DataBoxEdgeDevicePatch Constructores

Definición

Sobrecargas

DataBoxEdgeDevicePatch()

Inicializa una nueva instancia de la clase DataBoxEdgeDevicePatch.

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

Inicializa una nueva instancia de la clase DataBoxEdgeDevicePatch.

DataBoxEdgeDevicePatch()

Inicializa una nueva instancia de la clase DataBoxEdgeDevicePatch.

public DataBoxEdgeDevicePatch ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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>

Las etiquetas asociadas al recurso Data Box Edge/Gateway.

identity
ResourceIdentity

Identidad msi del recurso

edgeProfile
EdgeProfilePatch

Propiedad Edge Profile del dispositivo Data Box Edge/Gateway

Se aplica a