次の方法で共有


OperationInputs コンストラクター

定義

オーバーロード

OperationInputs()

OperationInputs クラスの新しいインスタンスを初期化します。

OperationInputs(String, String)

OperationInputs クラスの新しいインスタンスを初期化します。

OperationInputs()

OperationInputs クラスの新しいインスタンスを初期化します。

public OperationInputs();
Public Sub New ()

適用対象

OperationInputs(String, String)

OperationInputs クラスの新しいインスタンスを初期化します。

public OperationInputs(string name, string type = default);
new Microsoft.Azure.Management.IotCentral.Models.OperationInputs : string * string -> Microsoft.Azure.Management.IotCentral.Models.OperationInputs
Public Sub New (name As String, Optional type As String = Nothing)

パラメーター

name
String

チェックする IoT Central アプリケーション インスタンスの名前。

type
String

クエリを実行する IoT Central リソースの種類。

適用対象