Share via


DeploymentStacksOperationsExtensions.GetAtSubscription Method

Definition

Gets a Deployment stack with a given name at Subscription scope.

public static Microsoft.Azure.Management.Resources.Models.DeploymentStack GetAtSubscription (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string deploymentStackName);
static member GetAtSubscription : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string -> Microsoft.Azure.Management.Resources.Models.DeploymentStack
<Extension()>
Public Function GetAtSubscription (operations As IDeploymentStacksOperations, deploymentStackName As String) As DeploymentStack

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

deploymentStackName
String

Name of the deployment stack.

Returns

Applies to