IDiskEncryptionSetsOperations Interface

Definition

DiskEncryptionSetsOperations operations.

public interface IDiskEncryptionSetsOperations
type IDiskEncryptionSetsOperations = interface
Public Interface IDiskEncryptionSetsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, DiskEncryptionSetInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a disk encryption set

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a disk encryption set.

BeginUpdateWithHttpMessagesAsync(String, String, DiskEncryptionSetUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates (patches) a disk encryption set.

CreateOrUpdateWithHttpMessagesAsync(String, String, DiskEncryptionSetInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a disk encryption set

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a disk encryption set.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets information about a disk encryption set.

ListAssociatedResourcesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListAssociatedResourcesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the disk encryption sets under a resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the disk encryption sets under a resource group.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the disk encryption sets under a subscription.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists all the disk encryption sets under a subscription.

UpdateWithHttpMessagesAsync(String, String, DiskEncryptionSetUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates (patches) a disk encryption set.

Extension 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