你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableModelFactory.TableItem(String, String, String, String) Method

Definition

Initializes new instance of TableItem class.

public static Azure.Data.Tables.Models.TableItem TableItem(string name = default, string odataType = default, string odataId = default, string odataEditLink = default);
static member TableItem : string * string * string * string -> Azure.Data.Tables.Models.TableItem
Public Shared Function TableItem (Optional name As String = Nothing, Optional odataType As String = Nothing, Optional odataId As String = Nothing, Optional odataEditLink As String = Nothing) As TableItem

Parameters

name
String

The name of the table.

odataType
String

The odata type of the table.

odataId
String

The id of the table.

odataEditLink
String

The edit link of the table.

Returns

A new TableItem instance for mocking.

Applies to