你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IVirtualNetworkRulesOperations Interface

Definition

VirtualNetworkRulesOperations operations.

public interface IVirtualNetworkRulesOperations
type IVirtualNetworkRulesOperations = interface
Public Interface IVirtualNetworkRulesOperations

Methods

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

Creates or updates an existing virtual network rule.

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

Deletes the virtual network rule with the given name.

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

Creates or updates an existing virtual network rule.

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

Deletes the virtual network rule with the given name.

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

Gets a virtual network rule.

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

Gets a list of virtual network rules in a server.

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

Gets a list of virtual network rules in a server.

Extension Methods

BeginCreateOrUpdate(IVirtualNetworkRulesOperations, String, String, String, VirtualNetworkRule)

Creates or updates an existing virtual network rule.

BeginCreateOrUpdateAsync(IVirtualNetworkRulesOperations, String, String, String, VirtualNetworkRule, CancellationToken)

Creates or updates an existing virtual network rule.

BeginDelete(IVirtualNetworkRulesOperations, String, String, String)

Deletes the virtual network rule with the given name.

BeginDeleteAsync(IVirtualNetworkRulesOperations, String, String, String, CancellationToken)

Deletes the virtual network rule with the given name.

CreateOrUpdate(IVirtualNetworkRulesOperations, String, String, String, VirtualNetworkRule)

Creates or updates an existing virtual network rule.

CreateOrUpdateAsync(IVirtualNetworkRulesOperations, String, String, String, VirtualNetworkRule, CancellationToken)

Creates or updates an existing virtual network rule.

Delete(IVirtualNetworkRulesOperations, String, String, String)

Deletes the virtual network rule with the given name.

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

Deletes the virtual network rule with the given name.

Get(IVirtualNetworkRulesOperations, String, String, String)

Gets a virtual network rule.

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

Gets a virtual network rule.

ListByServer(IVirtualNetworkRulesOperations, String, String)

Gets a list of virtual network rules in a server.

ListByServerAsync(IVirtualNetworkRulesOperations, String, String, CancellationToken)

Gets a list of virtual network rules in a server.

ListByServerNext(IVirtualNetworkRulesOperations, String)

Gets a list of virtual network rules in a server.

ListByServerNextAsync(IVirtualNetworkRulesOperations, String, CancellationToken)

Gets a list of virtual network rules in a server.

Applies to