Partager via


DeploymentOperationsExtensions.GetAtScope Méthode

Définition

Obtient une opération de déploiements.

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

Paramètres

operations
IDeploymentOperations

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

scope
String

Étendue de la ressource.

deploymentName
String

Le nom du déploiement.

operationId
String

ID de l’opération à obtenir.

Retours

S’applique à