Freigeben über


DeploymentsOperationsExtensions.ListAtTenantScopeAsync Methode

Definition

Rufen Sie alle Bereitstellungen im Mandantenbereich ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>> ListAtTenantScopeAsync (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 ListAtTenantScopeAsync : 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 ListAtTenantScopeAsync (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: