Partager via


DeploymentOperationsExtensions.GetAtTenantScope Méthode

Définition

Obtient une opération de déploiements.

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation GetAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentOperations operations, string deploymentName, string operationId);
static member GetAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation
<Extension()>
Public Function GetAtTenantScope (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 à