次の方法で共有


ServiceTopologiesOperationsExtensions.List メソッド

定義

リソース グループ内のサービス トポロジを一覧表示します。

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

パラメーター

operations
IServiceTopologiesOperations

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

resourceGroupName
String

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

戻り値

適用対象