Share via


DataBoxHeavyJobSecrets Constructors

Definition

Overloads

DataBoxHeavyJobSecrets()

Initializes a new instance of the DataBoxHeavyJobSecrets class.

DataBoxHeavyJobSecrets(DcAccessSecurityCode, CloudError, IList<DataBoxHeavySecret>)

Initializes a new instance of the DataBoxHeavyJobSecrets class.

DataBoxHeavyJobSecrets()

Initializes a new instance of the DataBoxHeavyJobSecrets class.

public DataBoxHeavyJobSecrets ();
Public Sub New ()

Applies to

DataBoxHeavyJobSecrets(DcAccessSecurityCode, CloudError, IList<DataBoxHeavySecret>)

Initializes a new instance of the DataBoxHeavyJobSecrets class.

public DataBoxHeavyJobSecrets (Microsoft.Azure.Management.DataBox.Models.DcAccessSecurityCode dcAccessSecurityCode = default, Microsoft.Rest.Azure.CloudError error = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataBoxHeavySecret> cabinetPodSecrets = default);
new Microsoft.Azure.Management.DataBox.Models.DataBoxHeavyJobSecrets : Microsoft.Azure.Management.DataBox.Models.DcAccessSecurityCode * Microsoft.Rest.Azure.CloudError * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataBoxHeavySecret> -> Microsoft.Azure.Management.DataBox.Models.DataBoxHeavyJobSecrets
Public Sub New (Optional dcAccessSecurityCode As DcAccessSecurityCode = Nothing, Optional error As CloudError = Nothing, Optional cabinetPodSecrets As IList(Of DataBoxHeavySecret) = Nothing)

Parameters

dcAccessSecurityCode
DcAccessSecurityCode

Dc Access Security Code for Customer Managed Shipping

error
CloudError

Error while fetching the secrets.

cabinetPodSecrets
IList<DataBoxHeavySecret>

Contains the list of secret objects for a databox heavy job.

Applies to