Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DiskEncryptionSetsImpl

Package version

Class containing DiskEncryptionSets operations.

Hierarchy

  • DiskEncryptionSetsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • Deletes a disk encryption set.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • diskEncryptionSetName: string

      The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • Optional options: DiskEncryptionSetsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Deletes a disk encryption set.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • diskEncryptionSetName: string

      The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • Optional options: DiskEncryptionSetsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

list

listAssociatedResources

listByResourceGroup

Generated using TypeDoc