Partager via


DeploymentOperationsExtensions.GetAtSubscriptionScope Méthode

Définition

Obtient une opération de déploiements.

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation GetAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentOperations operations, string deploymentName, string operationId);
static member GetAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation
<Extension()>
Public Function GetAtSubscriptionScope (operations As IDeploymentOperations, deploymentName As String, operationId As String) As DeploymentOperation

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.

Retours

S’applique à