DataBoxEdgeDeviceExtendedInfoPatch Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataBoxEdgeDeviceExtendedInfoPatch() |
Initializes a new instance of the DataBoxEdgeDeviceExtendedInfoPatch class. |
DataBoxEdgeDeviceExtendedInfoPatch(String, String, String, String, String) |
Initializes a new instance of the DataBoxEdgeDeviceExtendedInfoPatch class. |
DataBoxEdgeDeviceExtendedInfoPatch()
Initializes a new instance of the DataBoxEdgeDeviceExtendedInfoPatch class.
public DataBoxEdgeDeviceExtendedInfoPatch ();
Public Sub New ()
Applies to
DataBoxEdgeDeviceExtendedInfoPatch(String, String, String, String, String)
Initializes a new instance of the DataBoxEdgeDeviceExtendedInfoPatch class.
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)
Parameters
- clientSecretStoreId
- String
The Key Vault ARM Id for client secrets
- clientSecretStoreUrl
- String
The url to access the Client Key Vault
- channelIntegrityKeyName
- String
The name for Channel Integrity Key stored in the Client Key Vault
- channelIntegrityKeyVersion
- String
The version of Channel Integrity Key stored in the Client Key Vault
- syncStatus
- String
For changing or to initiate the resync to key-vault set the status to KeyVaultSyncPending, rest of the status will not be applicable. Possible values include: 'KeyVaultSynced', 'KeyVaultSyncFailed', 'KeyVaultNotConfigured', 'KeyVaultSyncPending', 'KeyVaultSyncing', 'KeyVaultNotSynced'
Applies to
Azure SDK for .NET