Share via


DeploymentStacksOperationsExtensions.BeginCreateOrUpdateAtManagementGroup Method

Definition

Creates or updates a Deployment stack at Management Group scope.

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

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

managementGroupId
String

Management Group id.

deploymentStackName
String

Name of the deployment stack.

deploymentStack
DeploymentStack

Deployment Stack supplied to the operation.

Returns

Applies to