ResourceFile.FromStorageContainerUrl メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FromStorageContainerUrl(String, String, String, String) |
指定した Azure Storage コンテナー URL から新しい ResourceFile を作成します。 |
FromStorageContainerUrl(String, ComputeNodeIdentityReference, String, String, String) |
指定した Azure Storage コンテナー URL から新しい ResourceFile を作成します。 |
FromStorageContainerUrl(String, String, String, String)
- ソース:
- ResourceFile.cs
指定した Azure Storage コンテナー URL から新しい ResourceFile を作成します。
public static Microsoft.Azure.Batch.ResourceFile FromStorageContainerUrl (string storageContainerUrl, string filePath = default, string blobPrefix = default, string fileMode = default);
static member FromStorageContainerUrl : string * string * string * string -> Microsoft.Azure.Batch.ResourceFile
Public Shared Function FromStorageContainerUrl (storageContainerUrl As String, Optional filePath As String = Nothing, Optional blobPrefix As String = Nothing, Optional fileMode As String = Nothing) As ResourceFile
パラメーター
- storageContainerUrl
- String
Azure Blob Storage内の BLOB コンテナーの URL。
- filePath
- String
タスクの作業ディレクトリを基準にして、ファイルをダウンロードするコンピューティング ノード上の場所。
- blobPrefix
- String
Azure Storage コンテナーから BLOB をダウンロードするときに使用する BLOB プレフィックス。 指定したプレフィックスで始まる名前の BLOB のみがダウンロードされます。
- fileMode
- String
ファイルアクセス許可モード属性 (8 進数形式)。
戻り値
ResourceFile指定した Azure Storage コンテナー URL からの 。
適用対象
FromStorageContainerUrl(String, ComputeNodeIdentityReference, String, String, String)
- ソース:
- ResourceFile.cs
指定した Azure Storage コンテナー URL から新しい ResourceFile を作成します。
public static Microsoft.Azure.Batch.ResourceFile FromStorageContainerUrl (string storageContainerUrl, Microsoft.Azure.Batch.ComputeNodeIdentityReference identityReference, string filePath = default, string blobPrefix = default, string fileMode = default);
static member FromStorageContainerUrl : string * Microsoft.Azure.Batch.ComputeNodeIdentityReference * string * string * string -> Microsoft.Azure.Batch.ResourceFile
Public Shared Function FromStorageContainerUrl (storageContainerUrl As String, identityReference As ComputeNodeIdentityReference, Optional filePath As String = Nothing, Optional blobPrefix As String = Nothing, Optional fileMode As String = Nothing) As ResourceFile
パラメーター
- storageContainerUrl
- String
Azure Blob Storage内の BLOB コンテナーの URL。
- identityReference
- ComputeNodeIdentityReference
Azure Storage 内のコンテナーへのアクセスに使用する ID
- filePath
- String
タスクの作業ディレクトリを基準にして、ファイルをダウンロードするコンピューティング ノード上の場所。
- blobPrefix
- String
Azure Storage コンテナーから BLOB をダウンロードするときに使用する BLOB プレフィックス。 指定したプレフィックスで始まる名前の BLOB のみがダウンロードされます。
- fileMode
- String
ファイルアクセス許可モード属性 (8 進数形式)。
戻り値
ResourceFile指定した Azure Storage コンテナー URL からの 。
適用対象
Azure SDK for .NET