次の方法で共有


StepsOperationsExtensions.List(IStepsOperations, String) メソッド

定義

リソース グループの手順を一覧表示します。

public static System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepResource> List (this Microsoft.Azure.Management.DeploymentManager.IStepsOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.DeploymentManager.IStepsOperations * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepResource>
<Extension()>
Public Function List (operations As IStepsOperations, resourceGroupName As String) As IList(Of StepResource)

パラメーター

operations
IStepsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

戻り値

適用対象