Partager via


DeploymentOperationsExtensions.GetAtScopeAsync Méthode

Définition

Obtient une opération de déploiements.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation> GetAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentOperations operations, string scope, string deploymentName, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation>
<Extension()>
Public Function GetAtScopeAsync (operations As IDeploymentOperations, scope As String, deploymentName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentOperation)

Paramètres

operations
IDeploymentOperations

Groupe d’opérations pour cette méthode d’extension.

scope
String

Étendue des ressources.

deploymentName
String

Le nom du déploiement.

operationId
String

ID de l’opération à obtenir.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à