DeploymentStacksOperationsExtensions.GetAtResourceGroupAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Deployment stack with a given name at Resource Group scope.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentStack> GetAtResourceGroupAsync (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string resourceGroupName, string deploymentStackName, System.Threading.CancellationToken cancellationToken = default);
static member GetAtResourceGroupAsync : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentStack>
<Extension()>
Public Function GetAtResourceGroupAsync (operations As IDeploymentStacksOperations, resourceGroupName As String, deploymentStackName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentStack)
Parameters
- operations
- IDeploymentStacksOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- deploymentStackName
- String
Name of the deployment stack.
- cancellationToken
- CancellationToken
The cancellation token.