TableServiceProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TableServiceProperties() |
TableServiceProperties クラスの新しいインスタンスを初期化します。 |
TableServiceProperties(String, String, String, CorsRules) |
TableServiceProperties クラスの新しいインスタンスを初期化します。 |
TableServiceProperties()
TableServiceProperties クラスの新しいインスタンスを初期化します。
public TableServiceProperties ();
Public Sub New ()
適用対象
TableServiceProperties(String, String, String, CorsRules)
TableServiceProperties クラスの新しいインスタンスを初期化します。
public TableServiceProperties (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Storage.Models.CorsRules cors = default);
new Microsoft.Azure.Management.Storage.Models.TableServiceProperties : string * string * string * Microsoft.Azure.Management.Storage.Models.CorsRules -> Microsoft.Azure.Management.Storage.Models.TableServiceProperties
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional cors As CorsRules = Nothing)
パラメーター
- id
- String
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
リソースの名前
- type
- String
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
- cors
- CorsRules
テーブル サービスの CORS 規則を指定します。 要求には、最大 5 つの CorsRule 要素を含めることができます。 要求本文に CorsRule 要素が含まれていない場合は、すべての CORS ルールが削除され、Table サービスに対して CORS が無効になります。
適用対象
Azure SDK for .NET