DataBoxEdgeDevicePatch Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET