DeploymentStacks interface
Interface representing a DeploymentStacks.
Methods
Method Details
beginCreateOrUpdateAtManagementGroup(string, string, DeploymentStack, DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams)
Creates or updates a Deployment Stack.
function beginCreateOrUpdateAtManagementGroup(managementGroupId: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
Parameters
- managementGroupId
-
string
Management Group.
- deploymentStackName
-
string
Name of the deployment stack.
- deploymentStack
- DeploymentStack
Deployment Stack supplied to the operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
beginCreateOrUpdateAtManagementGroupAndWait(string, string, DeploymentStack, DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams)
Creates or updates a Deployment Stack.
function beginCreateOrUpdateAtManagementGroupAndWait(managementGroupId: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams): Promise<DeploymentStack>
Parameters
- managementGroupId
-
string
Management Group.
- deploymentStackName
-
string
Name of the deployment stack.
- deploymentStack
- DeploymentStack
Deployment Stack supplied to the operation.
The options parameters.
Returns
Promise<DeploymentStack>
beginCreateOrUpdateAtResourceGroup(string, string, DeploymentStack, DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams)
Creates or updates a Deployment Stack.
function beginCreateOrUpdateAtResourceGroup(resourceGroupName: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
Parameters
- 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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
beginCreateOrUpdateAtResourceGroupAndWait(string, string, DeploymentStack, DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams)
Creates or updates a Deployment Stack.
function beginCreateOrUpdateAtResourceGroupAndWait(resourceGroupName: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams): Promise<DeploymentStack>
Parameters
- 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.
The options parameters.
Returns
Promise<DeploymentStack>
beginCreateOrUpdateAtSubscription(string, DeploymentStack, DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams)
Creates or updates a Deployment Stack.
function beginCreateOrUpdateAtSubscription(deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
Parameters
- deploymentStackName
-
string
Name of the deployment stack.
- deploymentStack
- DeploymentStack
Deployment Stack supplied to the operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
beginCreateOrUpdateAtSubscriptionAndWait(string, DeploymentStack, DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams)
Creates or updates a Deployment Stack.
function beginCreateOrUpdateAtSubscriptionAndWait(deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams): Promise<DeploymentStack>
Parameters
- deploymentStackName
-
string
Name of the deployment stack.
- deploymentStack
- DeploymentStack
Deployment Stack supplied to the operation.
The options parameters.
Returns
Promise<DeploymentStack>
beginDeleteAtManagementGroup(string, string, DeploymentStacksDeleteAtManagementGroupOptionalParams)
Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.
function beginDeleteAtManagementGroup(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtManagementGroupOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- managementGroupId
-
string
Management Group.
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAtManagementGroupAndWait(string, string, DeploymentStacksDeleteAtManagementGroupOptionalParams)
Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.
function beginDeleteAtManagementGroupAndWait(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtManagementGroupOptionalParams): Promise<void>
Parameters
- managementGroupId
-
string
Management Group.
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<void>
beginDeleteAtResourceGroup(string, string, DeploymentStacksDeleteAtResourceGroupOptionalParams)
Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.
function beginDeleteAtResourceGroup(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtResourceGroupOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAtResourceGroupAndWait(string, string, DeploymentStacksDeleteAtResourceGroupOptionalParams)
Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.
function beginDeleteAtResourceGroupAndWait(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtResourceGroupOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<void>
beginDeleteAtSubscription(string, DeploymentStacksDeleteAtSubscriptionOptionalParams)
Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.
function beginDeleteAtSubscription(deploymentStackName: string, options?: DeploymentStacksDeleteAtSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAtSubscriptionAndWait(string, DeploymentStacksDeleteAtSubscriptionOptionalParams)
Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.
function beginDeleteAtSubscriptionAndWait(deploymentStackName: string, options?: DeploymentStacksDeleteAtSubscriptionOptionalParams): Promise<void>
Parameters
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<void>
exportTemplateAtManagementGroup(string, string, DeploymentStacksExportTemplateAtManagementGroupOptionalParams)
Exports the template used to create the deployment stack.
function exportTemplateAtManagementGroup(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksExportTemplateAtManagementGroupOptionalParams): Promise<DeploymentStackTemplateDefinition>
Parameters
- managementGroupId
-
string
Management Group.
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<DeploymentStackTemplateDefinition>
exportTemplateAtResourceGroup(string, string, DeploymentStacksExportTemplateAtResourceGroupOptionalParams)
Exports the template used to create the deployment stack.
function exportTemplateAtResourceGroup(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksExportTemplateAtResourceGroupOptionalParams): Promise<DeploymentStackTemplateDefinition>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<DeploymentStackTemplateDefinition>
exportTemplateAtSubscription(string, DeploymentStacksExportTemplateAtSubscriptionOptionalParams)
Exports the template used to create the deployment stack.
function exportTemplateAtSubscription(deploymentStackName: string, options?: DeploymentStacksExportTemplateAtSubscriptionOptionalParams): Promise<DeploymentStackTemplateDefinition>
Parameters
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<DeploymentStackTemplateDefinition>
getAtManagementGroup(string, string, DeploymentStacksGetAtManagementGroupOptionalParams)
Gets a Deployment Stack with a given name.
function getAtManagementGroup(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksGetAtManagementGroupOptionalParams): Promise<DeploymentStack>
Parameters
- managementGroupId
-
string
Management Group.
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<DeploymentStack>
getAtResourceGroup(string, string, DeploymentStacksGetAtResourceGroupOptionalParams)
Gets a Deployment Stack with a given name.
function getAtResourceGroup(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksGetAtResourceGroupOptionalParams): Promise<DeploymentStack>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<DeploymentStack>
getAtSubscription(string, DeploymentStacksGetAtSubscriptionOptionalParams)
Gets a Deployment Stack with a given name.
function getAtSubscription(deploymentStackName: string, options?: DeploymentStacksGetAtSubscriptionOptionalParams): Promise<DeploymentStack>
Parameters
- deploymentStackName
-
string
Name of the deployment stack.
The options parameters.
Returns
Promise<DeploymentStack>
listAtManagementGroup(string, DeploymentStacksListAtManagementGroupOptionalParams)
Lists all the Deployment Stacks within the specified management group.
function listAtManagementGroup(managementGroupId: string, options?: DeploymentStacksListAtManagementGroupOptionalParams): PagedAsyncIterableIterator<DeploymentStack, DeploymentStack[], PageSettings>
Parameters
- managementGroupId
-
string
Management Group.
The options parameters.
Returns
listAtResourceGroup(string, DeploymentStacksListAtResourceGroupOptionalParams)
Lists all the Deployment Stacks within the specified resource group.
function listAtResourceGroup(resourceGroupName: string, options?: DeploymentStacksListAtResourceGroupOptionalParams): PagedAsyncIterableIterator<DeploymentStack, DeploymentStack[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
The options parameters.
Returns
listAtSubscription(DeploymentStacksListAtSubscriptionOptionalParams)
Lists all the Deployment Stacks within the specified subscription.
function listAtSubscription(options?: DeploymentStacksListAtSubscriptionOptionalParams): PagedAsyncIterableIterator<DeploymentStack, DeploymentStack[], PageSettings>
Parameters
The options parameters.