IDiskAccessesOperations Interface

Definition

DiskAccessesOperations operations.

public interface IDiskAccessesOperations
type IDiskAccessesOperations = interface
Public Interface IDiskAccessesOperations

Methods

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

Creates or updates a disk access resource

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

Deletes a disk access resource.

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

Updates (patches) a disk access resource.

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

Creates or updates a disk access resource

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

Deletes a disk access resource.

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

Gets the private link resources possible under disk access resource

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

Gets information about a disk access resource.

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

Lists all the disk access resources under a resource group.

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

Lists all the disk access resources under a resource group.

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

Lists all the disk access resources under a subscription.

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

Lists all the disk access resources under a subscription.

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

Updates (patches) a disk access resource.

Extension Methods

BeginCreateOrUpdateAsync(IDiskAccessesOperations, String, String, DiskAccessInner, CancellationToken)

Creates or updates a disk access resource

BeginDeleteAsync(IDiskAccessesOperations, String, String, CancellationToken)

Deletes a disk access resource.

BeginUpdateAsync(IDiskAccessesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates (patches) a disk access resource.

CreateOrUpdateAsync(IDiskAccessesOperations, String, String, DiskAccessInner, CancellationToken)

Creates or updates a disk access resource

DeleteAsync(IDiskAccessesOperations, String, String, CancellationToken)

Deletes a disk access resource.

GetAsync(IDiskAccessesOperations, String, String, CancellationToken)

Gets information about a disk access resource.

GetPrivateLinkResourcesAsync(IDiskAccessesOperations, String, String, CancellationToken)

Gets the private link resources possible under disk access resource

ListAsync(IDiskAccessesOperations, CancellationToken)

Lists all the disk access resources under a subscription.

ListByResourceGroupAsync(IDiskAccessesOperations, String, CancellationToken)

Lists all the disk access resources under a resource group.

ListByResourceGroupNextAsync(IDiskAccessesOperations, String, CancellationToken)

Lists all the disk access resources under a resource group.

ListNextAsync(IDiskAccessesOperations, String, CancellationToken)

Lists all the disk access resources under a subscription.

UpdateAsync(IDiskAccessesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates (patches) a disk access resource.

Applies to