Package version:

Interface DistributedAvailabilityGroups

Interface representing a DistributedAvailabilityGroups.

Hierarchy

  • DistributedAvailabilityGroups

Methods

  • Drops a distributed availability group between Sql On-Prem and Sql Managed Instance.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • managedInstanceName: string

      The name of the managed instance.

    • distributedAvailabilityGroupName: string

      The distributed availability group name.

    • Optional options: DistributedAvailabilityGroupsDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Drops a distributed availability group between Sql On-Prem and Sql Managed Instance.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • managedInstanceName: string

      The name of the managed instance.

    • distributedAvailabilityGroupName: string

      The distributed availability group name.

    • Optional options: DistributedAvailabilityGroupsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc