TextRequestModelFactory.CreateDashboardInput(String, String) Method

Definition

Creates a new instance of CreateDashboardInput(String, String).

public static Azure.Connectors.Sdk.TextRequest.Models.CreateDashboardInput CreateDashboardInput(string name = default, string phone = default);
static member CreateDashboardInput : string * string -> Azure.Connectors.Sdk.TextRequest.Models.CreateDashboardInput
Public Shared Function CreateDashboardInput (Optional name As String = Nothing, Optional phone As String = Nothing) As CreateDashboardInput

Parameters

name
String
phone
String

Returns

Applies to