Partager via


Table Constructeurs

Définition

Surcharges

Table()

Initialise une nouvelle instance de la classe Table.

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

Initialise une nouvelle instance de la classe Table.

Table()

Initialise une nouvelle instance de la classe Table.

public Table ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe 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)

Paramètres

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »

tableName
String

Nom de la table sous le compte spécifié

signedIdentifiers
IList<TableSignedIdentifier>

Liste des stratégies d’accès stockées spécifiées sur la table.

S’applique à