IDiskEncryptionSetsOperations Interface

Definition

DiskEncryptionSetsOperations operations.

public interface IDiskEncryptionSetsOperations
type IDiskEncryptionSetsOperations = interface
Public Interface IDiskEncryptionSetsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, DiskEncryptionSet, 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, DiskEncryptionSet, 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

BeginCreateOrUpdate(IDiskEncryptionSetsOperations, String, String, DiskEncryptionSet)

Creates or updates a disk encryption set

BeginCreateOrUpdateAsync(IDiskEncryptionSetsOperations, String, String, DiskEncryptionSet, CancellationToken)

Creates or updates a disk encryption set

BeginDelete(IDiskEncryptionSetsOperations, String, String)

Deletes a disk encryption set.

BeginDeleteAsync(IDiskEncryptionSetsOperations, String, String, CancellationToken)

Deletes a disk encryption set.

BeginUpdate(IDiskEncryptionSetsOperations, String, String, DiskEncryptionSetUpdate)

Updates (patches) a disk encryption set.

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

Updates (patches) a disk encryption set.

CreateOrUpdate(IDiskEncryptionSetsOperations, String, String, DiskEncryptionSet)

Creates or updates a disk encryption set

CreateOrUpdateAsync(IDiskEncryptionSetsOperations, String, String, DiskEncryptionSet, CancellationToken)

Creates or updates a disk encryption set

Delete(IDiskEncryptionSetsOperations, String, String)

Deletes a disk encryption set.

DeleteAsync(IDiskEncryptionSetsOperations, String, String, CancellationToken)

Deletes a disk encryption set.

Get(IDiskEncryptionSetsOperations, String, String)

Gets information about a disk encryption set.

GetAsync(IDiskEncryptionSetsOperations, String, String, CancellationToken)

Gets information about a disk encryption set.

List(IDiskEncryptionSetsOperations)

Lists all the disk encryption sets under a subscription.

ListAssociatedResources(IDiskEncryptionSetsOperations, String, String)

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

ListAssociatedResourcesAsync(IDiskEncryptionSetsOperations, String, String, CancellationToken)

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

ListAssociatedResourcesNext(IDiskEncryptionSetsOperations, String)

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.

ListByResourceGroup(IDiskEncryptionSetsOperations, String)

Lists all the disk encryption sets under a resource group.

ListByResourceGroupAsync(IDiskEncryptionSetsOperations, String, CancellationToken)

Lists all the disk encryption sets under a resource group.

ListByResourceGroupNext(IDiskEncryptionSetsOperations, String)

Lists all the disk encryption sets under a resource group.

ListByResourceGroupNextAsync(IDiskEncryptionSetsOperations, String, CancellationToken)

Lists all the disk encryption sets under a resource group.

ListNext(IDiskEncryptionSetsOperations, String)

Lists all the disk encryption sets under a subscription.

ListNextAsync(IDiskEncryptionSetsOperations, String, CancellationToken)

Lists all the disk encryption sets under a subscription.

Update(IDiskEncryptionSetsOperations, String, String, DiskEncryptionSetUpdate)

Updates (patches) a disk encryption set.

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

Updates (patches) a disk encryption set.

Applies to