Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiskEncryptionSets

Package version

Interface representing a DiskEncryptionSets.

Hierarchy

  • DiskEncryptionSets

Implemented by

Index

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

  • Gets information about 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: DiskEncryptionSetsGetOptionalParams

      The options parameters.

    Returns Promise<DiskEncryptionSetsGetResponse>

list

listAssociatedResources

  • Lists all resources that are encrypted with this 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: DiskEncryptionSetsListAssociatedResourcesOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<string>

listByResourceGroup

Generated using TypeDoc