Package version:

Interface Volumes

Interface representing a Volumes.

Hierarchy

  • Volumes

Methods

  • Create a Volume.

    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.

    • volumeName: string

      The name of the Volume.

    • parameters: Volume

      Volume object.

    • Optional options: VolumesCreateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<Volume>, Volume>>

  • Create a Volume.

    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.

    • volumeName: string

      The name of the Volume.

    • parameters: Volume

      Volume object.

    • Optional options: VolumesCreateOptionalParams

      The options parameters.

    Returns Promise<Volume>

  • Delete an Volume.

    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.

    • volumeName: string

      The name of the Volume.

    • Optional options: VolumesDeleteOptionalParams

      The options parameters.

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

  • Delete an Volume.

    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.

    • volumeName: string

      The name of the Volume.

    • Optional options: VolumesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Update an Volume.

    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.

    • volumeName: string

      The name of the Volume.

    • parameters: VolumeUpdate

      Volume object.

    • Optional options: VolumesUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<Volume>, Volume>>

  • Update an Volume.

    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.

    • volumeName: string

      The name of the Volume.

    • parameters: VolumeUpdate

      Volume object.

    • Optional options: VolumesUpdateOptionalParams

      The options parameters.

    Returns Promise<Volume>

  • Get an Volume.

    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.

    • volumeName: string

      The name of the Volume.

    • Optional options: VolumesGetOptionalParams

      The options parameters.

    Returns Promise<Volume>

Generated using TypeDoc