Share via


DeploymentStacksOperationsExtensions.GetAtSubscriptionAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentStack> GetAtSubscriptionAsync (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string deploymentStackName, System.Threading.CancellationToken cancellationToken = default);
static member GetAtSubscriptionAsync : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentStack>
<Extension()>
Public Function GetAtSubscriptionAsync (operations As IDeploymentStacksOperations, deploymentStackName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentStack)

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

deploymentStackName
String

Name of the deployment stack.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to