次の方法で共有


JobProperties.CreateForExportJob メソッド

定義

エクスポート ジョブを開始する準備ができているパラメーターを持つ 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 のインスタンス

適用対象