DeploymentsOperationsExtensions.ListAtSubscriptionScopeAsync メソッド

定義

サブスクリプションのすべてのデプロイを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended>> ListAtSubscriptionScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAtSubscriptionScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended>>
<Extension()>
Public Function ListAtSubscriptionScopeAsync (operations As IDeploymentsOperations, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtended))

パラメーター

operations
IDeploymentsOperations

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

odataQuery
ODataQuery<DeploymentExtendedFilter>

操作に適用する OData パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象