次の方法で共有


IResourceProviderOperationDetailsOperations.ListAsync メソッド

定義

リソース プロバイダーの一覧を取得します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDetailListResult> ListAsync(Microsoft.Azure.ResourceIdentity identity, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : Microsoft.Azure.ResourceIdentity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDetailListResult>
Public Function ListAsync (identity As ResourceIdentity, cancellationToken As CancellationToken) As Task(Of ResourceProviderOperationDetailListResult)

パラメーター

identity
Microsoft.Azure.ResourceIdentity

リソースの ID です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

リソース プロバイダー操作の一覧。

適用対象