次の方法で共有


CloudServiceRolesOperationsExtensions.ListAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudServiceRole>> ListAsync (this Microsoft.Azure.Management.Compute.ICloudServiceRolesOperations operations, string resourceGroupName, string cloudServiceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.ICloudServiceRolesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudServiceRole>>
<Extension()>
Public Function ListAsync (operations As ICloudServiceRolesOperations, resourceGroupName As String, cloudServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CloudServiceRole))

パラメーター

operations
ICloudServiceRolesOperations

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

resourceGroupName
String

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

cloudServiceName
String

クラウド サービスの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象