IVolumeQuotaRulesOperations Interface

Definition

VolumeQuotaRulesOperations operations.

public interface IVolumeQuotaRulesOperations
type IVolumeQuotaRulesOperations = interface
Public Interface IVolumeQuotaRulesOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, String, String, VolumeQuotaRule, Dictionary<String,List<String>>, CancellationToken)

Create the specified quota rule within the given volume

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

Delete quota rule

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

Patch a quota rule

CreateWithHttpMessagesAsync(String, String, String, String, String, VolumeQuotaRule, Dictionary<String,List<String>>, CancellationToken)

Create the specified quota rule within the given volume

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

Delete quota rule

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

Get details of the specified quota rule

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

List all quota rules associated with the volume

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

Patch a quota rule

Extension Methods

BeginCreate(IVolumeQuotaRulesOperations, String, String, String, String, String, VolumeQuotaRule)

Create the specified quota rule within the given volume

BeginCreateAsync(IVolumeQuotaRulesOperations, String, String, String, String, String, VolumeQuotaRule, CancellationToken)

Create the specified quota rule within the given volume

BeginDelete(IVolumeQuotaRulesOperations, String, String, String, String, String)

Delete quota rule

BeginDeleteAsync(IVolumeQuotaRulesOperations, String, String, String, String, String, CancellationToken)

Delete quota rule

BeginUpdate(IVolumeQuotaRulesOperations, String, String, String, String, String, VolumeQuotaRulePatch)

Patch a quota rule

BeginUpdateAsync(IVolumeQuotaRulesOperations, String, String, String, String, String, VolumeQuotaRulePatch, CancellationToken)

Patch a quota rule

Create(IVolumeQuotaRulesOperations, String, String, String, String, String, VolumeQuotaRule)

Create the specified quota rule within the given volume

CreateAsync(IVolumeQuotaRulesOperations, String, String, String, String, String, VolumeQuotaRule, CancellationToken)

Create the specified quota rule within the given volume

Delete(IVolumeQuotaRulesOperations, String, String, String, String, String)

Delete quota rule

DeleteAsync(IVolumeQuotaRulesOperations, String, String, String, String, String, CancellationToken)

Delete quota rule

Get(IVolumeQuotaRulesOperations, String, String, String, String, String)

Get details of the specified quota rule

GetAsync(IVolumeQuotaRulesOperations, String, String, String, String, String, CancellationToken)

Get details of the specified quota rule

ListByVolume(IVolumeQuotaRulesOperations, String, String, String, String)

List all quota rules associated with the volume

ListByVolumeAsync(IVolumeQuotaRulesOperations, String, String, String, String, CancellationToken)

List all quota rules associated with the volume

Update(IVolumeQuotaRulesOperations, String, String, String, String, String, VolumeQuotaRulePatch)

Patch a quota rule

UpdateAsync(IVolumeQuotaRulesOperations, String, String, String, String, String, VolumeQuotaRulePatch, CancellationToken)

Patch a quota rule

Applies to