Compartilhar via


DeploymentsOperationsExtensions.GetAtScope Método

Definição

Obtém uma implantação.

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

Parâmetros

operations
IDeploymentsOperations

O grupo de operações para esse método de extensão.

scope
String

O escopo do recurso.

deploymentName
String

O nome da implantação.

Retornos

Aplica-se a