你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IVirtualNetworkRulesOperations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
VirtualNetworkRulesOperations 操作。
public interface IVirtualNetworkRulesOperations
type IVirtualNetworkRulesOperations = interface
Public Interface IVirtualNetworkRulesOperations
方法
CreateOrUpdateWithHttpMessagesAsync(String, String, String, CreateOrUpdateVirtualNetworkRuleParameters, Dictionary<String,List<String>>, CancellationToken) |
创建或更新指定的虚拟网络规则。 在更新期间,具有指定名称的虚拟网络规则将替换为此新的虚拟网络规则。 |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
从指定的 Data Lake Store 帐户中删除指定的虚拟网络规则。 |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
获取指定的 Data Lake Store 虚拟网络规则。 |
ListByAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
列出指定的 Data Lake Store 帐户中的 Data Lake Store 虚拟网络规则。 |
ListByAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
列出指定的 Data Lake Store 帐户中的 Data Lake Store 虚拟网络规则。 |
UpdateWithHttpMessagesAsync(String, String, String, UpdateVirtualNetworkRuleParameters, Dictionary<String,List<String>>, CancellationToken) |
汇报指定的虚拟网络规则。 |