Package version:

Interface VolumeGroups

Interface representing a VolumeGroups.

Hierarchy

  • VolumeGroups

Methods

  • Delete an VolumeGroup.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • elasticSanName: string

      The name of the ElasticSan.

    • volumeGroupName: string

      The name of the VolumeGroup.

    • Optional options: VolumeGroupsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Delete an VolumeGroup.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • elasticSanName: string

      The name of the ElasticSan.

    • volumeGroupName: string

      The name of the VolumeGroup.

    • Optional options: VolumeGroupsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc