次の方法で共有


OperationsExtensions.List(IOperations) メソッド

定義

使用可能な操作を一覧表示する

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Maintenance.Models.Operation> List(this Microsoft.Azure.Management.Maintenance.IOperations operations);
static member List : Microsoft.Azure.Management.Maintenance.IOperations -> seq<Microsoft.Azure.Management.Maintenance.Models.Operation>
<Extension()>
Public Function List (operations As IOperations) As IEnumerable(Of Operation)

パラメーター

operations
IOperations

この拡張メソッドの操作グループ。

戻り値

注釈

Microsoft.Maintenance リソース プロバイダーでサポートされている使用可能な操作を一覧表示する

適用対象