DataBoxEdgeDevicePatch Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET