共用方式為


FileServiceProperties interface

記憶體帳戶中檔案服務的屬性。

Extends

屬性

cors

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

protocolSettings

檔案服務的通訊協議設定

shareDeleteRetentionPolicy

共用虛刪除的檔案服務屬性。

sku

Sku 名稱和階層。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

cors

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

cors?: CorsRules

屬性值

protocolSettings

檔案服務的通訊協議設定

protocolSettings?: ProtocolSettings

屬性值

shareDeleteRetentionPolicy

共用虛刪除的檔案服務屬性。

shareDeleteRetentionPolicy?: DeleteRetentionPolicy

屬性值

sku

Sku 名稱和階層。 注意:這個屬性不會串行化。 它只能由伺服器填入。

sku?: Sku

屬性值

Sku

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自Resource.id

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自Resource.name

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自Resource.type