OutputFileBlobContainerDestination クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure BLOB ストレージ コンテナー内のファイルのアップロード先を指定します。
public class OutputFileBlobContainerDestination
type OutputFileBlobContainerDestination = class
Public Class OutputFileBlobContainerDestination
- 継承
-
OutputFileBlobContainerDestination
コンストラクター
OutputFileBlobContainerDestination() |
クラスのモックをサポートする既定の OutputFileBlobContainerDestination コンストラクター。 |
OutputFileBlobContainerDestination(String, ComputeNodeIdentityReference, String) |
OutputFileBlobContainerDestination クラスの新しいインスタンスを初期化します。 |
OutputFileBlobContainerDestination(String, String) |
OutputFileBlobContainerDestination クラスの新しいインスタンスを初期化します。 |
プロパティ
ContainerUrl |
ファイルをアップロードするAzure Blob Storage内のコンテナーの URL を取得します。 |
IdentityReference |
containerUrl で指定されたAzure Blob Storageにアクセスするために使用するユーザー割り当て ID への参照を取得または設定します。 |
Path |
ファイルのアップロード先となる Azure Storage コンテナー内のターゲット BLOB または仮想ディレクトリを取得します。 |
UploadHeaders |
出力ファイルのアップロードに使用するヘッダーの名前と値のペアの一覧を取得または設定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET