Share via


DataBoxEdgeDeviceExtendedInfo Constructors

Definition

Overloads

DataBoxEdgeDeviceExtendedInfo()

Initializes a new instance of the DataBoxEdgeDeviceExtendedInfo class.

DataBoxEdgeDeviceExtendedInfo(String, String, String, String, String, String, String, String, String, String, String, IDictionary<String,Secret>)

Initializes a new instance of the DataBoxEdgeDeviceExtendedInfo class.

DataBoxEdgeDeviceExtendedInfo()

Initializes a new instance of the DataBoxEdgeDeviceExtendedInfo class.

public DataBoxEdgeDeviceExtendedInfo ();
Public Sub New ()

Applies to

DataBoxEdgeDeviceExtendedInfo(String, String, String, String, String, String, String, String, String, String, String, IDictionary<String,Secret>)

Initializes a new instance of the DataBoxEdgeDeviceExtendedInfo class.

public DataBoxEdgeDeviceExtendedInfo (string id = default, string name = default, string type = default, string encryptionKeyThumbprint = default, string encryptionKey = default, string resourceKey = default, string clientSecretStoreId = default, string clientSecretStoreUrl = default, string channelIntegrityKeyName = default, string channelIntegrityKeyVersion = default, string keyVaultSyncStatus = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataBoxEdge.Models.Secret> deviceSecrets = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfo : string * string * string * string * string * string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataBoxEdge.Models.Secret> -> Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional encryptionKeyThumbprint As String = Nothing, Optional encryptionKey As String = Nothing, Optional resourceKey As String = Nothing, Optional clientSecretStoreId As String = Nothing, Optional clientSecretStoreUrl As String = Nothing, Optional channelIntegrityKeyName As String = Nothing, Optional channelIntegrityKeyVersion As String = Nothing, Optional keyVaultSyncStatus As String = Nothing, Optional deviceSecrets As IDictionary(Of String, Secret) = Nothing)

Parameters

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

encryptionKeyThumbprint
String

The digital signature of encrypted certificate.

encryptionKey
String

The public part of the encryption certificate. Client uses this to encrypt any secret.

resourceKey
String

The Resource ID of the Resource.

clientSecretStoreId
String

The Key Vault ARM Id for client secrets

clientSecretStoreUrl
String

The url to access the Client Key Vault

channelIntegrityKeyName
String

The name of Channel Integrity Key stored in the Client Key Vault

channelIntegrityKeyVersion
String

The version of Channel Integrity Key stored in the Client Key Vault

keyVaultSyncStatus
String

Key vault sync status. Possible values include: 'KeyVaultSynced', 'KeyVaultSyncFailed', 'KeyVaultNotConfigured', 'KeyVaultSyncPending', 'KeyVaultSyncing', 'KeyVaultNotSynced'

deviceSecrets
IDictionary<String,Secret>

Device secrets, will be returned only with ODataFilter $expand=deviceSecrets

Applies to