次の方法で共有


TableServiceProperties クラス

定義

ストレージ アカウントの Table サービスのプロパティ。

[Microsoft.Rest.Serialization.JsonTransformation]
public class TableServiceProperties : Microsoft.Azure.Management.Storage.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TableServiceProperties = class
    inherit Resource
Public Class TableServiceProperties
Inherits Resource
継承
TableServiceProperties
属性

コンストラクター

TableServiceProperties()

TableServiceProperties クラスの新しいインスタンスを初期化します。

TableServiceProperties(String, String, String, CorsRules)

TableServiceProperties クラスの新しいインスタンスを初期化します。

プロパティ

Cors

Table サービスの CORS 規則を取得または設定します。 要求には、最大 5 つの CorsRule 要素を含めることができます。 要求本文に CorsRule 要素が含まれていない場合、すべての CORS ルールが削除され、Table サービスに対して CORS が無効になります。

Id

リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(継承元 Resource)
Name

リソースの名前を取得します

(継承元 Resource)
Type

リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

(継承元 Resource)

適用対象