DeploymentsOperationsExtensions.GetAtScope Method

Definition

Gets a deployment.

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

Parameters

operations
IDeploymentsOperations

The operations group for this extension method.

scope
String

The resource scope.

deploymentName
String

The name of the deployment.

Returns

Applies to