共用方式為


TableResource Constructors

Definition

Overloads

TableResource()

Initializes a new instance of the TableResource class.

TableResource(String)

Initializes a new instance of the TableResource class.

TableResource()

Initializes a new instance of the TableResource class.

public TableResource ();
Public Sub New ()

Applies to

TableResource(String)

Initializes a new instance of the TableResource class.

public TableResource (string id);
new Microsoft.Azure.Management.CosmosDB.Models.TableResource : string -> Microsoft.Azure.Management.CosmosDB.Models.TableResource
Public Sub New (id As String)

Parameters

id
String

Name of the Cosmos DB table

Applies to