Compartilhar via


DeploymentScriptsOperationsExtensions.ListBySubscriptionAsync Método

Definição

Lista todos os scripts de implantação para uma determinada assinatura.

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

Parâmetros

operations
IDeploymentScriptsOperations

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a