DataBoxEdgeDevicePatch Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DataBoxEdgeDevicePatch() |
Initialise une nouvelle instance de la classe DataBoxEdgeDevicePatch. |
DataBoxEdgeDevicePatch(IDictionary<String,String>) |
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>)
Initialise une nouvelle instance de la 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)
Paramètres
- tags
- IDictionary<String,String>
Balises attachées à la ressource Data Box Edge/Gateway.
S’applique à
Azure SDK for .NET