Share via


DeploymentStacksOperationsExtensions.BeginCreateOrUpdateAtSubscription Method

Definition

Creates or updates a Deployment stack at Subscription scope.

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

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

deploymentStackName
String

Name of the deployment stack.

deploymentStack
DeploymentStack

Deployment Stack supplied to the operation.

Returns

Applies to