次の方法で共有


DataBoxDiskJobSecrets コンストラクター

定義

オーバーロード

DataBoxDiskJobSecrets()

DataBoxDiskJobSecrets クラスの新しいインスタンスを初期化します。

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

DataBoxDiskJobSecrets クラスの新しいインスタンスを初期化します。

DataBoxDiskJobSecrets()

DataBoxDiskJobSecrets クラスの新しいインスタンスを初期化します。

public DataBoxDiskJobSecrets ();
Public Sub New ()

適用対象

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

DataBoxDiskJobSecrets クラスの新しいインスタンスを初期化します。

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)

パラメーター

dcAccessSecurityCode
DcAccessSecurityCode

お客様が管理する配送の Dc Access セキュリティ コード

error
CloudError

シークレットのフェッチ中にエラーが発生しました。

diskSecrets
IList<DiskSecret>

そのデバイスのシークレット オブジェクトの一覧を格納します。

passKey
String

ディスク ジョブの PassKey。

isPasskeyUserDefined
Nullable<Boolean>

passkey がユーザーによって提供されたかどうか。

適用対象