共用方式為


TableServiceProperties 類別

儲存體帳戶之資料表服務的屬性。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.storage.v2020_08_01_preview.models._models_py3.Resource
TableServiceProperties

建構函式

TableServiceProperties(*, cors: _models.CorsRules | None = None, **kwargs)

變數

id
str

資源的完整資源識別碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

name
str

資源名稱。

type
str

資源類型。 例如 「Microsoft.Compute/virtualMachines」 或 「Microsoft.Storage/storageAccounts」。

cors
CorsRules

指定資料表服務的 CORS 規則。 您可以在要求中包含最多五個 CorsRule 元素。 如果要求本文中未包含 CorsRule 元素,則會刪除所有 CORS 規則,而且會停用資料表服務的 CORS。