DataBoxEdgeDeviceExtendedInfoPatch 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
DataBoxEdgeDeviceExtendedInfoPatch() |
Initialise une nouvelle instance de la classe DataBoxEdgeDeviceExtendedInfoPatch. |
DataBoxEdgeDeviceExtendedInfoPatch(String, String, String, String, String) |
Initialise une nouvelle instance de la classe DataBoxEdgeDeviceExtendedInfoPatch. |
DataBoxEdgeDeviceExtendedInfoPatch()
Initialise une nouvelle instance de la classe DataBoxEdgeDeviceExtendedInfoPatch.
public DataBoxEdgeDeviceExtendedInfoPatch ();
Public Sub New ()
S’applique à
DataBoxEdgeDeviceExtendedInfoPatch(String, String, String, String, String)
Initialise une nouvelle instance de la 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)
Paramètres
- clientSecretStoreId
- String
ID ARM Key Vault pour les secrets client
- clientSecretStoreUrl
- String
URL permettant d’accéder au client Key Vault
- channelIntegrityKeyName
- String
Nom de la clé d’intégrité de canal stockée dans le client Key Vault
- channelIntegrityKeyVersion
- String
Version de la clé d’intégrité de canal stockée dans le client Key Vault
- syncStatus
- String
Pour modifier ou lancer la resynchronisation vers le coffre de clés, définissez le status sur KeyVaultSyncPending, le reste de la status ne s’applique pas. Les valeurs possibles sont les suivantes : « KeyVaultSynced », « KeyVaultSyncFailed », « KeyVaultNotConfigured », « KeyVaultSyncPending », « KeyVaultSyncing », « KeyVaultNotSynced »
S’applique à
Azure SDK for .NET