OutputFileBlobContainerDestination コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
OutputFileBlobContainerDestination() |
クラスのモックをサポートする既定の OutputFileBlobContainerDestination コンストラクター。 |
OutputFileBlobContainerDestination(String, String) |
OutputFileBlobContainerDestination クラスの新しいインスタンスを初期化します。 |
OutputFileBlobContainerDestination(String, ComputeNodeIdentityReference, String) |
OutputFileBlobContainerDestination クラスの新しいインスタンスを初期化します。 |
OutputFileBlobContainerDestination()
クラスのモックをサポートする既定の OutputFileBlobContainerDestination コンストラクター。
protected OutputFileBlobContainerDestination ();
Protected Sub New ()
適用対象
OutputFileBlobContainerDestination(String, String)
OutputFileBlobContainerDestination クラスの新しいインスタンスを初期化します。
public OutputFileBlobContainerDestination (string containerUrl, string path = default);
new Microsoft.Azure.Batch.OutputFileBlobContainerDestination : string * string -> Microsoft.Azure.Batch.OutputFileBlobContainerDestination
Public Sub New (containerUrl As String, Optional path As String = Nothing)
パラメーター
- containerUrl
- String
ファイルをアップロードするAzure Blob Storage内のコンテナーの URL。
- path
- String
ファイルをアップロードする Azure Storage コンテナー内の宛先 BLOB または仮想ディレクトリ。
適用対象
OutputFileBlobContainerDestination(String, ComputeNodeIdentityReference, String)
OutputFileBlobContainerDestination クラスの新しいインスタンスを初期化します。
public OutputFileBlobContainerDestination (string containerUrl, Microsoft.Azure.Batch.ComputeNodeIdentityReference identityReference, string path = default);
new Microsoft.Azure.Batch.OutputFileBlobContainerDestination : string * Microsoft.Azure.Batch.ComputeNodeIdentityReference * string -> Microsoft.Azure.Batch.OutputFileBlobContainerDestination
Public Sub New (containerUrl As String, identityReference As ComputeNodeIdentityReference, Optional path As String = Nothing)
パラメーター
- containerUrl
- String
ファイルをアップロードするAzure Blob Storage内のコンテナーの URL。
- identityReference
- ComputeNodeIdentityReference
containerUrl で指定されたAzure Blob Storageにアクセスするために使用するユーザー割り当て ID への参照
- path
- String
ファイルをアップロードする Azure Storage コンテナー内の宛先 BLOB または仮想ディレクトリ。
適用対象
Azure SDK for .NET