ArmAppContainersModelFactory.ContainerAppDiagnosticDataTableResult 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.
Diagnostics data table.
public static Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticDataTableResult ContainerAppDiagnosticDataTableResult(string tableName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticDataColumn> columns = default, System.Collections.Generic.IEnumerable<BinaryData> rows = default);
static member ContainerAppDiagnosticDataTableResult : string * seq<Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticDataColumn> * seq<BinaryData> -> Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticDataTableResult
Public Shared Function ContainerAppDiagnosticDataTableResult (Optional tableName As String = Nothing, Optional columns As IEnumerable(Of ContainerAppDiagnosticDataColumn) = Nothing, Optional rows As IEnumerable(Of BinaryData) = Nothing) As ContainerAppDiagnosticDataTableResult
Parameters
- tableName
- String
Table name.
Columns in the table.
- rows
- IEnumerable<BinaryData>
Rows in the table.
Returns
A new ContainerAppDiagnosticDataTableResult instance for mocking.