Partager via


DataBoxEdgeDevicePatch Constructeurs

Définition

Surcharges

DataBoxEdgeDevicePatch()

Initialise une nouvelle instance de la classe DataBoxEdgeDevicePatch.

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

Initialise une nouvelle instance de la classe DataBoxEdgeDevicePatch.

DataBoxEdgeDevicePatch()

Initialise une nouvelle instance de la classe DataBoxEdgeDevicePatch.

public DataBoxEdgeDevicePatch ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la 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)

Paramètres

tags
IDictionary<String,String>

Balises attachées à la ressource Data Box Edge/Gateway.

identity
ResourceIdentity

Identité MSI de la ressource

edgeProfile
EdgeProfilePatch

Propriété Profil Edge de l’appareil Data Box Edge/Gateway

S’applique à