Share via


DeploymentStacksOperationsExtensions.BeginCreateOrUpdateAtResourceGroupAsync Method

Definition

Creates or updates a Deployment stack at Resource Group scope.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentStack> BeginCreateOrUpdateAtResourceGroupAsync (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string resourceGroupName, string deploymentStackName, Microsoft.Azure.Management.Resources.Models.DeploymentStack deploymentStack, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAtResourceGroupAsync : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string * string * Microsoft.Azure.Management.Resources.Models.DeploymentStack * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentStack>
<Extension()>
Public Function BeginCreateOrUpdateAtResourceGroupAsync (operations As IDeploymentStacksOperations, resourceGroupName As String, deploymentStackName As String, deploymentStack As DeploymentStack, 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.

deploymentStack
DeploymentStack

Deployment Stack supplied to the operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to