IVirtualNetworkRulesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VirtualNetworkRulesOperations operations.
public interface IVirtualNetworkRulesOperations
type IVirtualNetworkRulesOperations = interface
Public Interface IVirtualNetworkRulesOperations
Methods
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
Azure SDK for .NET