SqlModelFactory.GetTablesResponse Method

Definition

public static Azure.Connectors.Sdk.Sql.Models.GetTablesResponse GetTablesResponse(System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.DataWithSensitivityLabelInfo> metadata = default, System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.Table> value = default);
static member GetTablesResponse : System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.DataWithSensitivityLabelInfo> * System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.Table> -> Azure.Connectors.Sdk.Sql.Models.GetTablesResponse
Public Shared Function GetTablesResponse (Optional metadata As List(Of DataWithSensitivityLabelInfo) = Nothing, Optional value As List(Of Table) = Nothing) As GetTablesResponse

Parameters

value
List<Table>

Returns

Applies to