Freigeben über


DeploymentsOperationsExtensions.ListAtSubscriptionScopeAsync Methode

Definition

Rufen Sie alle Bereitstellungen für ein Abonnement ab.

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

Parameter

operations
IDeploymentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

odataQuery
ODataQuery<DeploymentExtendedFilter>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: