Package version:

Interface ManagedInstanceKeys

Interface representing a ManagedInstanceKeys.

Hierarchy

  • ManagedInstanceKeys

Methods

  • Deletes the managed instance key with the given name.

    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.

    • keyName: string

      The name of the managed instance key to be deleted.

    • Optional options: ManagedInstanceKeysDeleteOptionalParams

      The options parameters.

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

  • Deletes the managed instance key with the given name.

    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.

    • keyName: string

      The name of the managed instance key to be deleted.

    • Optional options: ManagedInstanceKeysDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc