次の方法で共有


CloudServicesOperationsExtensions.List メソッド

定義

リソース グループのすべてのクラウド サービスの一覧を取得します。 応答で nextLink プロパティを使用して、Cloud Servicesの次のページを取得します。 nextLink が null になるまでこれを行って、すべてのCloud Servicesをフェッチします。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService> List(this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService>
<Extension()>
Public Function List (operations As ICloudServicesOperations, resourceGroupName As String) As IPage(Of CloudService)

パラメーター

operations
ICloudServicesOperations

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

resourceGroupName
String

リソース グループの名前。

戻り値

適用対象