次の方法で共有


ResourceFile コンストラクター

定義

オーバーロード

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 への参照

適用対象