Compartir a través de


DeploymentsOperationsExtensions.GetAtScope Método

Definición

Obtiene una implementación.

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

El grupo de operaciones de este método de extensión.

scope
String

Ámbito del recurso.

deploymentName
String

Nombre de la implementación.

Devoluciones

Se aplica a