DiskEncryptionSetsOperationsExtensions Class

Definition

Extension methods for DiskEncryptionSetsOperations.

public static class DiskEncryptionSetsOperationsExtensions
type DiskEncryptionSetsOperationsExtensions = class
Public Module DiskEncryptionSetsOperationsExtensions
Inheritance
DiskEncryptionSetsOperationsExtensions

Methods

BeginCreateOrUpdateAsync(IDiskEncryptionSetsOperations, String, String, DiskEncryptionSetInner, CancellationToken)

Creates or updates a disk encryption set

BeginDeleteAsync(IDiskEncryptionSetsOperations, String, String, CancellationToken)

Deletes a disk encryption set.

BeginUpdateAsync(IDiskEncryptionSetsOperations, String, String, DiskEncryptionSetUpdate, CancellationToken)

Updates (patches) a disk encryption set.

CreateOrUpdateAsync(IDiskEncryptionSetsOperations, String, String, DiskEncryptionSetInner, CancellationToken)

Creates or updates a disk encryption set

DeleteAsync(IDiskEncryptionSetsOperations, String, String, CancellationToken)

Deletes a disk encryption set.

GetAsync(IDiskEncryptionSetsOperations, String, String, CancellationToken)

Gets information about a disk encryption set.

ListAssociatedResourcesAsync(IDiskEncryptionSetsOperations, String, String, CancellationToken)

Lists all resources that are encrypted with this disk encryption set.

ListAssociatedResourcesNextAsync(IDiskEncryptionSetsOperations, String, CancellationToken)

Lists all resources that are encrypted with this disk encryption set.

ListAsync(IDiskEncryptionSetsOperations, CancellationToken)

Lists all the disk encryption sets under a subscription.

ListByResourceGroupAsync(IDiskEncryptionSetsOperations, String, CancellationToken)

Lists all the disk encryption sets under a resource group.

ListByResourceGroupNextAsync(IDiskEncryptionSetsOperations, String, CancellationToken)

Lists all the disk encryption sets under a resource group.

ListNextAsync(IDiskEncryptionSetsOperations, String, CancellationToken)

Lists all the disk encryption sets under a subscription.

UpdateAsync(IDiskEncryptionSetsOperations, String, String, DiskEncryptionSetUpdate, CancellationToken)

Updates (patches) a disk encryption set.

Applies to