VirtualNetworkRulesOperationsExtensions Class

Definition

Extension methods for VirtualNetworkRulesOperations.

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

Methods

CreateOrUpdate(IVirtualNetworkRulesOperations, String, String, String, CreateOrUpdateVirtualNetworkRuleParameters)

Creates or updates the specified virtual network rule. During update, the virtual network rule with the specified name will be replaced with this new virtual network rule.

CreateOrUpdateAsync(IVirtualNetworkRulesOperations, String, String, String, CreateOrUpdateVirtualNetworkRuleParameters, CancellationToken)

Creates or updates the specified virtual network rule. During update, the virtual network rule with the specified name will be replaced with this new virtual network rule.

Delete(IVirtualNetworkRulesOperations, String, String, String)

Deletes the specified virtual network rule from the specified Data Lake Store account.

DeleteAsync(IVirtualNetworkRulesOperations, String, String, String, CancellationToken)

Deletes the specified virtual network rule from the specified Data Lake Store account.

Get(IVirtualNetworkRulesOperations, String, String, String)

Gets the specified Data Lake Store virtual network rule.

GetAsync(IVirtualNetworkRulesOperations, String, String, String, CancellationToken)

Gets the specified Data Lake Store virtual network rule.

ListByAccount(IVirtualNetworkRulesOperations, String, String)

Lists the Data Lake Store virtual network rules within the specified Data Lake Store account.

ListByAccountAsync(IVirtualNetworkRulesOperations, String, String, CancellationToken)

Lists the Data Lake Store virtual network rules within the specified Data Lake Store account.

ListByAccountNext(IVirtualNetworkRulesOperations, String)

Lists the Data Lake Store virtual network rules within the specified Data Lake Store account.

ListByAccountNextAsync(IVirtualNetworkRulesOperations, String, CancellationToken)

Lists the Data Lake Store virtual network rules within the specified Data Lake Store account.

Update(IVirtualNetworkRulesOperations, String, String, String, UpdateVirtualNetworkRuleParameters)

Updates the specified virtual network rule.

UpdateAsync(IVirtualNetworkRulesOperations, String, String, String, UpdateVirtualNetworkRuleParameters, CancellationToken)

Updates the specified virtual network rule.

Applies to