Freigeben über


DeploymentScriptsOperationsExtensions.ListBySubscriptionAsync Methode

Definition

Listet alle Bereitstellungsskripts für ein bestimmtes Abonnement auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript>> ListBySubscriptionAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IDeploymentScriptsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentScript))

Parameter

operations
IDeploymentScriptsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: