Compartir a través de


DeploymentsOperationsExtensions.ListAtSubscriptionScopeAsync Método

Definición

Obtenga todas las implementaciones de una suscripción.

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))

Parámetros

operations
IDeploymentsOperations

El grupo de operaciones de este método de extensión.

odataQuery
ODataQuery<DeploymentExtendedFilter>

Parámetros de OData que se van a aplicar a la operación.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a