Compartilhar via


DeploymentsOperationsExtensions.ListAtScopeAsync Método

Definição

Obtenha todas as implantações no escopo especificado.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtended>> ListAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Models.DeploymentExtendedFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * 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 ListAtScopeAsync (operations As IDeploymentsOperations, scope As String, Optional odataQuery As ODataQuery(Of DeploymentExtendedFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentExtended))

Parâmetros

operations
IDeploymentsOperations

O grupo de operações para esse método de extensão.

scope
String

O escopo do recurso.

odataQuery
ODataQuery<DeploymentExtendedFilter>

Parâmetros OData a serem aplicados à operação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a