次の方法で共有


Table コンストラクター

定義

オーバーロード

Table()

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

Table(String, String, String, String, IList<TableSignedIdentifier>)

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

Table()

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

public Table ();
Public Sub New ()

適用対象

Table(String, String, String, String, IList<TableSignedIdentifier>)

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

public Table (string id = default, string name = default, string type = default, string tableName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.TableSignedIdentifier> signedIdentifiers = default);
new Microsoft.Azure.Management.Storage.Models.Table : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.TableSignedIdentifier> -> Microsoft.Azure.Management.Storage.Models.Table
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tableName As String = Nothing, Optional signedIdentifiers As IList(Of TableSignedIdentifier) = Nothing)

パラメーター

id
String

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

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

tableName
String

指定したアカウントのテーブル名

signedIdentifiers
IList<TableSignedIdentifier>

テーブルで指定された格納されているアクセス ポリシーの一覧。

適用対象