共用方式為


IVirtualNetworkRulesOperations Interface

Definition

VirtualNetworkRulesOperations operations.

public interface IVirtualNetworkRulesOperations
type IVirtualNetworkRulesOperations = interface
Public Interface IVirtualNetworkRulesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, CreateOrUpdateVirtualNetworkRuleParameters, Dictionary<String,List<String>>, 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.

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

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

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

Gets the specified Data Lake Store virtual network rule.

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

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

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

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

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

Updates the specified virtual network rule.

Extension 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