DataBoxDiskJobSecrets 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
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.
Applies to
Azure SDK for .NET