次の方法で共有


CloudServicesOperationsExtensions.ListAll(ICloudServicesOperations) メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService> ListAll(this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations);
static member ListAll : Microsoft.Azure.Management.Compute.ICloudServicesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService>
<Extension()>
Public Function ListAll (operations As ICloudServicesOperations) As IPage(Of CloudService)

パラメーター

operations
ICloudServicesOperations

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

戻り値

適用対象