次の方法で共有


OperationsList コンストラクター

定義

オーバーロード

OperationsList()

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

OperationsList(Operation)

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

OperationsList()

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

public OperationsList ();
Public Sub New ()

適用対象

OperationsList(Operation)

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

public OperationsList (Microsoft.Azure.Management.DeploymentManager.Models.Operation value = default);
new Microsoft.Azure.Management.DeploymentManager.Models.OperationsList : Microsoft.Azure.Management.DeploymentManager.Models.Operation -> Microsoft.Azure.Management.DeploymentManager.Models.OperationsList
Public Sub New (Optional value As Operation = Nothing)

パラメーター

value
Operation

サポートされている操作の一覧

適用対象