次の方法で共有


ServicesOperationsExtensions.List(IServicesOperations, String, String) メソッド

定義

サービス トポロジ内のサービスを一覧表示します。

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

パラメーター

operations
IServicesOperations

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

resourceGroupName
String

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

serviceTopologyName
String

サービス トポロジの名前。

戻り値

適用対象