Partager via


DeploymentOperationsExtensions.GetAsync Méthode

Définition

Obtient une opération de déploiements.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner> GetAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations operations, string resourceGroupName, string deploymentName, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner>
<Extension()>
Public Function GetAsync (operations As IDeploymentOperations, resourceGroupName As String, 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.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

deploymentName
String

Le nom du déploiement.

operationId
String

ID de l’opération à obtenir.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à