TableModelFactory.TableItem(String, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.