Partager via


DeploymentOperationsExtensions.GetAtSubscriptionScopeAsync Méthode

Définition

Obtient une opération de déploiements.

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

Paramètres

operations
IDeploymentOperations

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

deploymentName
String

Le nom du déploiement.

operationId
String

ID de l’opération à obtenir.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à