共用方式為


QueueServices interface

表示 QueueServices 的介面。

方法

getServiceProperties(string, string, QueueServicesGetServicePropertiesOptionalParams)

取得儲存體帳戶佇列服務的屬性,包括儲存體分析和 CORS (跨原始來源資源分享) 規則的屬性。

list(string, string, QueueServicesListOptionalParams)

列出儲存體帳戶的所有佇列服務

setServiceProperties(string, string, QueueServiceProperties, QueueServicesSetServicePropertiesOptionalParams)

設定儲存體帳戶佇列服務的屬性,包括儲存體分析和 CORS (跨原始來源資源分享) 規則的屬性。

方法詳細資料

getServiceProperties(string, string, QueueServicesGetServicePropertiesOptionalParams)

取得儲存體帳戶佇列服務的屬性,包括儲存體分析和 CORS (跨原始來源資源分享) 規則的屬性。

function getServiceProperties(resourceGroupName: string, accountName: string, options?: QueueServicesGetServicePropertiesOptionalParams): Promise<QueueServiceProperties>

參數

resourceGroupName

string

使用者訂用帳戶內的資源組名。 名稱不區分大小寫。

accountName

string

指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。

傳回

list(string, string, QueueServicesListOptionalParams)

列出儲存體帳戶的所有佇列服務

function list(resourceGroupName: string, accountName: string, options?: QueueServicesListOptionalParams): Promise<ListQueueServices>

參數

resourceGroupName

string

使用者訂用帳戶內的資源組名。 名稱不區分大小寫。

accountName

string

指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。

options
QueueServicesListOptionalParams

選項參數。

傳回

setServiceProperties(string, string, QueueServiceProperties, QueueServicesSetServicePropertiesOptionalParams)

設定儲存體帳戶佇列服務的屬性,包括儲存體分析和 CORS (跨原始來源資源分享) 規則的屬性。

function setServiceProperties(resourceGroupName: string, accountName: string, parameters: QueueServiceProperties, options?: QueueServicesSetServicePropertiesOptionalParams): Promise<QueueServiceProperties>

參數

resourceGroupName

string

使用者訂用帳戶內的資源組名。 名稱不區分大小寫。

accountName

string

指定資源群組內的儲存體帳戶名稱。 儲存體帳戶名稱必須介於 3 到 24 個字元的長度,而且只能使用數字和小寫字母。

parameters
QueueServiceProperties

儲存體帳戶佇列服務的屬性,只能指定儲存體分析和 CORS (跨原始來源資源分享) 規則的屬性。

傳回