DeploymentStacks interface
Interfaz que representa deploymentStacks.
Métodos
Detalles del método
beginCreateOrUpdateAtManagementGroup(string, string, DeploymentStack, DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams)
Crea o actualiza una pila de implementación.
function beginCreateOrUpdateAtManagementGroup(managementGroupId: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
Parámetros
- managementGroupId
-
string
Grupo de administración.
- deploymentStackName
-
string
Nombre de la pila de implementación.
- deploymentStack
- DeploymentStack
Pila de implementación suministrada a la operación.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
beginCreateOrUpdateAtManagementGroupAndWait(string, string, DeploymentStack, DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams)
Crea o actualiza una pila de implementación.
function beginCreateOrUpdateAtManagementGroupAndWait(managementGroupId: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams): Promise<DeploymentStack>
Parámetros
- managementGroupId
-
string
Grupo de administración.
- deploymentStackName
-
string
Nombre de la pila de implementación.
- deploymentStack
- DeploymentStack
Pila de implementación suministrada a la operación.
Parámetros de opciones.
Devoluciones
Promise<DeploymentStack>
beginCreateOrUpdateAtResourceGroup(string, string, DeploymentStack, DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams)
Crea o actualiza una pila de implementación.
function beginCreateOrUpdateAtResourceGroup(resourceGroupName: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- deploymentStackName
-
string
Nombre de la pila de implementación.
- deploymentStack
- DeploymentStack
Pila de implementación suministrada a la operación.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
beginCreateOrUpdateAtResourceGroupAndWait(string, string, DeploymentStack, DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams)
Crea o actualiza una pila de implementación.
function beginCreateOrUpdateAtResourceGroupAndWait(resourceGroupName: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams): Promise<DeploymentStack>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- deploymentStackName
-
string
Nombre de la pila de implementación.
- deploymentStack
- DeploymentStack
Pila de implementación suministrada a la operación.
Parámetros de opciones.
Devoluciones
Promise<DeploymentStack>
beginCreateOrUpdateAtSubscription(string, DeploymentStack, DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams)
Crea o actualiza una pila de implementación.
function beginCreateOrUpdateAtSubscription(deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
Parámetros
- deploymentStackName
-
string
Nombre de la pila de implementación.
- deploymentStack
- DeploymentStack
Pila de implementación suministrada a la operación.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<DeploymentStack>, DeploymentStack>>
beginCreateOrUpdateAtSubscriptionAndWait(string, DeploymentStack, DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams)
Crea o actualiza una pila de implementación.
function beginCreateOrUpdateAtSubscriptionAndWait(deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams): Promise<DeploymentStack>
Parámetros
- deploymentStackName
-
string
Nombre de la pila de implementación.
- deploymentStack
- DeploymentStack
Pila de implementación suministrada a la operación.
Parámetros de opciones.
Devoluciones
Promise<DeploymentStack>
beginDeleteAtManagementGroup(string, string, DeploymentStacksDeleteAtManagementGroupOptionalParams)
Elimina una pila de implementación por nombre. Cuando se completa la operación, se devuelve el código de estado 200 sin contenido.
function beginDeleteAtManagementGroup(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtManagementGroupOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parámetros
- managementGroupId
-
string
Grupo de administración.
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAtManagementGroupAndWait(string, string, DeploymentStacksDeleteAtManagementGroupOptionalParams)
Elimina una pila de implementación por nombre. Cuando se completa la operación, se devuelve el código de estado 200 sin contenido.
function beginDeleteAtManagementGroupAndWait(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtManagementGroupOptionalParams): Promise<void>
Parámetros
- managementGroupId
-
string
Grupo de administración.
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<void>
beginDeleteAtResourceGroup(string, string, DeploymentStacksDeleteAtResourceGroupOptionalParams)
Elimina una pila de implementación por nombre. Cuando se completa la operación, se devuelve el código de estado 200 sin contenido.
function beginDeleteAtResourceGroup(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtResourceGroupOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAtResourceGroupAndWait(string, string, DeploymentStacksDeleteAtResourceGroupOptionalParams)
Elimina una pila de implementación por nombre. Cuando se completa la operación, se devuelve el código de estado 200 sin contenido.
function beginDeleteAtResourceGroupAndWait(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtResourceGroupOptionalParams): Promise<void>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<void>
beginDeleteAtSubscription(string, DeploymentStacksDeleteAtSubscriptionOptionalParams)
Elimina una pila de implementación por nombre. Cuando se completa la operación, se devuelve el código de estado 200 sin contenido.
function beginDeleteAtSubscription(deploymentStackName: string, options?: DeploymentStacksDeleteAtSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parámetros
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAtSubscriptionAndWait(string, DeploymentStacksDeleteAtSubscriptionOptionalParams)
Elimina una pila de implementación por nombre. Cuando se completa la operación, se devuelve el código de estado 200 sin contenido.
function beginDeleteAtSubscriptionAndWait(deploymentStackName: string, options?: DeploymentStacksDeleteAtSubscriptionOptionalParams): Promise<void>
Parámetros
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<void>
exportTemplateAtManagementGroup(string, string, DeploymentStacksExportTemplateAtManagementGroupOptionalParams)
Exporta la plantilla usada para crear la pila de implementación.
function exportTemplateAtManagementGroup(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksExportTemplateAtManagementGroupOptionalParams): Promise<DeploymentStackTemplateDefinition>
Parámetros
- managementGroupId
-
string
Grupo de administración.
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<DeploymentStackTemplateDefinition>
exportTemplateAtResourceGroup(string, string, DeploymentStacksExportTemplateAtResourceGroupOptionalParams)
Exporta la plantilla usada para crear la pila de implementación.
function exportTemplateAtResourceGroup(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksExportTemplateAtResourceGroupOptionalParams): Promise<DeploymentStackTemplateDefinition>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<DeploymentStackTemplateDefinition>
exportTemplateAtSubscription(string, DeploymentStacksExportTemplateAtSubscriptionOptionalParams)
Exporta la plantilla usada para crear la pila de implementación.
function exportTemplateAtSubscription(deploymentStackName: string, options?: DeploymentStacksExportTemplateAtSubscriptionOptionalParams): Promise<DeploymentStackTemplateDefinition>
Parámetros
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<DeploymentStackTemplateDefinition>
getAtManagementGroup(string, string, DeploymentStacksGetAtManagementGroupOptionalParams)
Obtiene una pila de implementación con un nombre determinado.
function getAtManagementGroup(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksGetAtManagementGroupOptionalParams): Promise<DeploymentStack>
Parámetros
- managementGroupId
-
string
Grupo de administración.
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<DeploymentStack>
getAtResourceGroup(string, string, DeploymentStacksGetAtResourceGroupOptionalParams)
Obtiene una pila de implementación con un nombre determinado.
function getAtResourceGroup(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksGetAtResourceGroupOptionalParams): Promise<DeploymentStack>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<DeploymentStack>
getAtSubscription(string, DeploymentStacksGetAtSubscriptionOptionalParams)
Obtiene una pila de implementación con un nombre determinado.
function getAtSubscription(deploymentStackName: string, options?: DeploymentStacksGetAtSubscriptionOptionalParams): Promise<DeploymentStack>
Parámetros
- deploymentStackName
-
string
Nombre de la pila de implementación.
Parámetros de opciones.
Devoluciones
Promise<DeploymentStack>
listAtManagementGroup(string, DeploymentStacksListAtManagementGroupOptionalParams)
Enumera todas las pilas de implementación dentro del grupo de administración especificado.
function listAtManagementGroup(managementGroupId: string, options?: DeploymentStacksListAtManagementGroupOptionalParams): PagedAsyncIterableIterator<DeploymentStack, DeploymentStack[], PageSettings>
Parámetros
- managementGroupId
-
string
Grupo de administración.
Parámetros de opciones.
Devoluciones
listAtResourceGroup(string, DeploymentStacksListAtResourceGroupOptionalParams)
Enumera todas las pilas de implementación dentro del grupo de recursos especificado.
function listAtResourceGroup(resourceGroupName: string, options?: DeploymentStacksListAtResourceGroupOptionalParams): PagedAsyncIterableIterator<DeploymentStack, DeploymentStack[], PageSettings>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
Parámetros de opciones.
Devoluciones
listAtSubscription(DeploymentStacksListAtSubscriptionOptionalParams)
Enumera todas las pilas de implementación dentro de la suscripción especificada.
function listAtSubscription(options?: DeploymentStacksListAtSubscriptionOptionalParams): PagedAsyncIterableIterator<DeploymentStack, DeploymentStack[], PageSettings>
Parámetros
Parámetros de opciones.