次の方法で共有


CustomerDiskJobSecrets コンストラクター

定義

オーバーロード

CustomerDiskJobSecrets()

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

CustomerDiskJobSecrets(DcAccessSecurityCode, CloudError, IList<DiskSecret>, String)

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

CustomerDiskJobSecrets()

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

public CustomerDiskJobSecrets ();
Public Sub New ()

適用対象

CustomerDiskJobSecrets(DcAccessSecurityCode, CloudError, IList<DiskSecret>, String)

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

public CustomerDiskJobSecrets (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 carrierAccountNumber = default);
new Microsoft.Azure.Management.DataBox.Models.CustomerDiskJobSecrets : Microsoft.Azure.Management.DataBox.Models.DcAccessSecurityCode * Microsoft.Rest.Azure.CloudError * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DiskSecret> * string -> Microsoft.Azure.Management.DataBox.Models.CustomerDiskJobSecrets
Public Sub New (Optional dcAccessSecurityCode As DcAccessSecurityCode = Nothing, Optional error As CloudError = Nothing, Optional diskSecrets As IList(Of DiskSecret) = Nothing, Optional carrierAccountNumber As String = Nothing)

パラメーター

dcAccessSecurityCode
DcAccessSecurityCode

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

error
CloudError

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

diskSecrets
IList<DiskSecret>

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

carrierAccountNumber
String

顧客の運送業者アカウント番号

適用対象