JobProperties.CreateForImportJob メソッド

定義

インポート ジョブを開始する準備ができているパラメーターを持つ JobProperties のインスタンスを作成します。

public static Microsoft.Azure.Devices.JobProperties CreateForImportJob (string inputBlobContainerUri, string outputBlobContainerUri, string inputBlobName = default, Microsoft.Azure.Devices.StorageAuthenticationType? storageAuthenticationType = default, Microsoft.Azure.Devices.ManagedIdentity identity = default);
static member CreateForImportJob : string * string * string * Nullable<Microsoft.Azure.Devices.StorageAuthenticationType> * Microsoft.Azure.Devices.ManagedIdentity -> Microsoft.Azure.Devices.JobProperties
Public Shared Function CreateForImportJob (inputBlobContainerUri As String, outputBlobContainerUri As String, Optional inputBlobName As String = Nothing, Optional storageAuthenticationType As Nullable(Of StorageAuthenticationType) = Nothing, Optional identity As ManagedIdentity = Nothing) As JobProperties

パラメーター

inputBlobContainerUri
String

同期するレジストリ データを含む BLOB コンテナーへの URI。SAS トークンを含めることは、 パラメーターによって異なります StorageAuthenticationType

outputBlobContainerUri
String

BLOB コンテナーへの URI。 これは、ジョブの状態と結果を出力するために使用されます。 SAS トークンを含めることは、 パラメーターによって異なります StorageAuthenticationType

inputBlobName
String

指定された入力 BLOB コンテナーからインポートするときに使用する BLOB 名

storageAuthenticationType
Nullable<StorageAuthenticationType>

ストレージ アカウントへの接続に使用される認証の種類を指定します

identity
ManagedIdentity

インポート ジョブとエクスポート ジョブのストレージ アカウントへのアクセスに使用されるユーザー割り当てマネージド ID。

戻り値

JobProperties のインスタンス

適用対象