Partager via


DeploymentsOperationsExtensions.GetAtScope Méthode

Définition

Obtient un déploiement.

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

Paramètres

operations
IDeploymentsOperations

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

scope
String

Étendue de la ressource.

deploymentName
String

Le nom du déploiement.

Retours

S’applique à