Share via


DataBoxDiskJobSecrets Constructors

Definition

Overloads

DataBoxDiskJobSecrets()

Initializes a new instance of the DataBoxDiskJobSecrets class.

DataBoxDiskJobSecrets(DcAccessSecurityCode, CloudError, IList<DiskSecret>, String, Nullable<Boolean>)

Initializes a new instance of the DataBoxDiskJobSecrets class.

DataBoxDiskJobSecrets()

Initializes a new instance of the DataBoxDiskJobSecrets class.

public DataBoxDiskJobSecrets ();
Public Sub New ()

Applies to

DataBoxDiskJobSecrets(DcAccessSecurityCode, CloudError, IList<DiskSecret>, String, Nullable<Boolean>)

Initializes a new instance of the DataBoxDiskJobSecrets class.

public DataBoxDiskJobSecrets (Microsoft.Azure.Management.DataBox.Models.DcAccessSecurityCode dcAccessSecurityCode = default, Microsoft.Rest.Azure.CloudError error = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DiskSecret> diskSecrets = default, string passKey = default, bool? isPasskeyUserDefined = default);
new Microsoft.Azure.Management.DataBox.Models.DataBoxDiskJobSecrets : Microsoft.Azure.Management.DataBox.Models.DcAccessSecurityCode * Microsoft.Rest.Azure.CloudError * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DiskSecret> * string * Nullable<bool> -> Microsoft.Azure.Management.DataBox.Models.DataBoxDiskJobSecrets
Public Sub New (Optional dcAccessSecurityCode As DcAccessSecurityCode = Nothing, Optional error As CloudError = Nothing, Optional diskSecrets As IList(Of DiskSecret) = Nothing, Optional passKey As String = Nothing, Optional isPasskeyUserDefined As Nullable(Of Boolean) = Nothing)

Parameters

dcAccessSecurityCode
DcAccessSecurityCode

Dc Access Security Code for Customer Managed Shipping

error
CloudError

Error while fetching the secrets.

diskSecrets
IList<DiskSecret>

Contains the list of secrets object for that device.

passKey
String

PassKey for the disk Job.

isPasskeyUserDefined
Nullable<Boolean>

Whether passkey was provided by user.

Applies to