JobProperties.CreateForExportJob メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エクスポート ジョブを開始する準備ができているパラメーターを持つ JobProperties のインスタンスを作成します。
public static Microsoft.Azure.Devices.JobProperties CreateForExportJob (string outputBlobContainerUri, bool excludeKeysInExport, string outputBlobName = default, Microsoft.Azure.Devices.StorageAuthenticationType? storageAuthenticationType = default, Microsoft.Azure.Devices.ManagedIdentity identity = default);
static member CreateForExportJob : string * bool * string * Nullable<Microsoft.Azure.Devices.StorageAuthenticationType> * Microsoft.Azure.Devices.ManagedIdentity -> Microsoft.Azure.Devices.JobProperties
Public Shared Function CreateForExportJob (outputBlobContainerUri As String, excludeKeysInExport As Boolean, Optional outputBlobName As String = Nothing, Optional storageAuthenticationType As Nullable(Of StorageAuthenticationType) = Nothing, Optional identity As ManagedIdentity = Nothing) As JobProperties
パラメーター
- outputBlobContainerUri
- String
BLOB コンテナーへの URI。 これは、ジョブの状態と結果を出力するために使用されます。 SAS トークンを含めることは、 パラメーターに StorageAuthenticationType 依存します。
- excludeKeysInExport
- Boolean
承認キーがエクスポート出力に含まれるかどうかを示します
- outputBlobName
- String
指定された出力 BLOB コンテナーに作成される BLOB の名前
- storageAuthenticationType
- Nullable<StorageAuthenticationType>
ストレージ アカウントへの接続に使用される認証の種類を指定します
- identity
- ManagedIdentity
インポート ジョブとエクスポート ジョブのストレージ アカウントへのアクセスに使用されるユーザー割り当てマネージド ID。
戻り値
JobProperties のインスタンス
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET