Share via


DataBoxEdgeDeviceExtendedInfo Constructors

Definition

Overloads

DataBoxEdgeDeviceExtendedInfo()

Initializes a new instance of the DataBoxEdgeDeviceExtendedInfo class.

DataBoxEdgeDeviceExtendedInfo(String, String, String, String, String, String)

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)

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);
new Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDeviceExtendedInfo : string * string * string * string * string * string -> Microsoft.Azure.Management.EdgeGateway.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)

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.

Applies to