Partilhar via


DataBoxEdgeDeviceExtendedInfoPatch Construtores

Definição

Sobrecargas

DataBoxEdgeDeviceExtendedInfoPatch()

Inicializa uma nova instância da classe DataBoxEdgeDeviceExtendedInfoPatch.

DataBoxEdgeDeviceExtendedInfoPatch(String, String, String, String, String)

Inicializa uma nova instância da classe DataBoxEdgeDeviceExtendedInfoPatch.

DataBoxEdgeDeviceExtendedInfoPatch()

Inicializa uma nova instância da classe DataBoxEdgeDeviceExtendedInfoPatch.

public DataBoxEdgeDeviceExtendedInfoPatch ();
Public Sub New ()

Aplica-se a

DataBoxEdgeDeviceExtendedInfoPatch(String, String, String, String, String)

Inicializa uma nova instância da classe DataBoxEdgeDeviceExtendedInfoPatch.

public DataBoxEdgeDeviceExtendedInfoPatch (string clientSecretStoreId = default, string clientSecretStoreUrl = default, string channelIntegrityKeyName = default, string channelIntegrityKeyVersion = default, string syncStatus = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfoPatch : string * string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfoPatch
Public Sub New (Optional clientSecretStoreId As String = Nothing, Optional clientSecretStoreUrl As String = Nothing, Optional channelIntegrityKeyName As String = Nothing, Optional channelIntegrityKeyVersion As String = Nothing, Optional syncStatus As String = Nothing)

Parâmetros

clientSecretStoreId
String

A ID do ARM Key Vault para segredos do cliente

clientSecretStoreUrl
String

A URL para acessar a Key Vault do Cliente

channelIntegrityKeyName
String

O nome da Chave de Integridade do Canal armazenada na Key Vault do Cliente

channelIntegrityKeyVersion
String

A versão da Chave de Integridade do Canal armazenada no Key Vault do Cliente

syncStatus
String

Para alterar ou iniciar a ressincronização para o cofre de chaves, defina o status como KeyVaultSyncPending, o restante do status não será aplicável. Os valores possíveis incluem: 'KeyVaultSynced', 'KeyVaultSyncFailed', 'KeyVaultNotConfigured', 'KeyVaultSyncPending', 'KeyVaultSyncing', 'KeyVaultNotSynced'

Aplica-se a