ResourceFile 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要下載至計算節點的單一檔案或多個檔案。
public class ResourceFile
type ResourceFile = class
Public Class ResourceFile
- 繼承
-
ResourceFile
建構函式
ResourceFile() |
初始化 ResourceFile 類別的新實例。 |
ResourceFile(String, String, String, String, String, String, ComputeNodeIdentityReference) |
初始化 ResourceFile 類別的新實例。 |
屬性
AutoStorageContainerName |
取得或設定自動儲存體帳戶中的儲存體容器名稱。 |
BlobPrefix |
取得或設定從 Azure 儲存體容器下載 Blob 時要使用的 Blob 前置詞。 只會下載名稱開頭為指定前置詞的 Blob。 |
FileMode |
取得或設定八進位格式的檔案許可權模式屬性。 |
FilePath |
取得或設定要下載檔案之計算節點上的位置,相對於工作的工作目錄。 |
HttpUrl |
取得或設定要下載之檔案的 URL。 |
IdentityReference |
取得或設定使用者指派身分識別的參考,以用來存取 storageContainerUrl 或 HTTPUrl 所指定的Azure Blob 儲存體 |
StorageContainerUrl |
取得或設定 blob 容器在Azure Blob 儲存體內的 URL。 |