FileServices interface
表示 FileServices 的介面。
方法
get |
取得儲存體帳戶中檔案服務的屬性,包括 CORS (跨原始來源資源分享) 規則。 |
list(string, string, File |
列出儲存體帳戶中的所有檔案服務 |
set |
設定儲存體帳戶中的檔案服務屬性,包括 CORS (跨原始來源資源分享) 規則。 |
方法詳細資料
getServiceProperties(string, string, FileServicesGetServicePropertiesOptionalParams)
取得儲存體帳戶中檔案服務的屬性,包括 CORS (跨原始來源資源分享) 規則。
function getServiceProperties(resourceGroupName: string, accountName: string, options?: FileServicesGetServicePropertiesOptionalParams): Promise<FileServiceProperties>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。 名稱不區分大小寫。
- accountName
-
string
指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。
選項參數。
傳回
Promise<FileServiceProperties>
list(string, string, FileServicesListOptionalParams)
列出儲存體帳戶中的所有檔案服務
function list(resourceGroupName: string, accountName: string, options?: FileServicesListOptionalParams): Promise<FileServiceItems>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。 名稱不區分大小寫。
- accountName
-
string
指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。
- options
- FileServicesListOptionalParams
選項參數。
傳回
Promise<FileServiceItems>
setServiceProperties(string, string, FileServiceProperties, FileServicesSetServicePropertiesOptionalParams)
設定儲存體帳戶中的檔案服務屬性,包括 CORS (跨原始來源資源分享) 規則。
function setServiceProperties(resourceGroupName: string, accountName: string, parameters: FileServiceProperties, options?: FileServicesSetServicePropertiesOptionalParams): Promise<FileServiceProperties>
參數
- resourceGroupName
-
string
使用者訂用帳戶內的資源組名。 名稱不區分大小寫。
- accountName
-
string
指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。
- parameters
- FileServiceProperties
儲存體帳戶中檔案服務的屬性,包括 CORS (跨原始來源資源分享) 規則。
選項參數。
傳回
Promise<FileServiceProperties>