ResourceFile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ResourceFile() |
ResourceFile クラスの新しいインスタンスを初期化します。 |
ResourceFile(String, String, String, String, String, String, ComputeNodeIdentityReference) |
ResourceFile クラスの新しいインスタンスを初期化します。 |
ResourceFile()
- ソース:
- ResourceFile.cs
ResourceFile クラスの新しいインスタンスを初期化します。
public ResourceFile();
Public Sub New ()
適用対象
ResourceFile(String, String, String, String, String, String, ComputeNodeIdentityReference)
- ソース:
- ResourceFile.cs
ResourceFile クラスの新しいインスタンスを初期化します。
public ResourceFile(string autoStorageContainerName = default, string storageContainerUrl = default, string httpUrl = default, string blobPrefix = default, string filePath = default, string fileMode = default, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeIdentityReference identityReference = default);
new Microsoft.Azure.Batch.Protocol.Models.ResourceFile : string * string * string * string * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Batch.Protocol.Models.ResourceFile
Public Sub New (Optional autoStorageContainerName As String = Nothing, Optional storageContainerUrl As String = Nothing, Optional httpUrl As String = Nothing, Optional blobPrefix As String = Nothing, Optional filePath As String = Nothing, Optional fileMode As String = Nothing, Optional identityReference As ComputeNodeIdentityReference = Nothing)
パラメーター
- autoStorageContainerName
- String
自動ストレージ アカウント内のストレージ コンテナー名。
- storageContainerUrl
- String
Azure Blob Storage内の BLOB コンテナーの URL。
- httpUrl
- String
ダウンロードするファイルの URL。
- blobPrefix
- String
Azure Storage コンテナーから BLOB をダウンロードするときに使用する BLOB プレフィックス。 指定したプレフィックスで始まる名前の BLOB のみがダウンロードされます。
- filePath
- String
タスクの作業ディレクトリを基準にして、ファイルをダウンロードするコンピューティング ノード上の場所。
- fileMode
- String
ファイルのアクセス許可モード属性 (8 進数形式)。
- identityReference
- ComputeNodeIdentityReference
storageContainerUrl または httpUrl で指定されたAzure Blob Storageにアクセスするために使用するユーザー割り当て ID への参照
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET