Package version:

Interface ManagedInstances

Interface representing a ManagedInstances.

Hierarchy

  • ManagedInstances

Methods

  • Deletes a 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.

    • Optional options: ManagedInstancesDeleteOptionalParams

      The options parameters.

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

  • Failovers a 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 to failover.

    • Optional options: ManagedInstancesFailoverOptionalParams

      The options parameters.

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

  • Starts the 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.

    • Optional options: ManagedInstancesStartOptionalParams

      The options parameters.

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

  • Stops the 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.

    • Optional options: ManagedInstancesStopOptionalParams

      The options parameters.

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

Generated using TypeDoc