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

NetworkGroupsOperationsExtensions 类

定义

NetworkGroupsOperations 的扩展方法。

public static class NetworkGroupsOperationsExtensions
type NetworkGroupsOperationsExtensions = class
Public Module NetworkGroupsOperationsExtensions
继承
NetworkGroupsOperationsExtensions

方法

BeginDelete(INetworkGroupsOperations, String, String, String, Nullable<Boolean>)

删除网络组。

BeginDeleteAsync(INetworkGroupsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

删除网络组。

CreateOrUpdate(INetworkGroupsOperations, NetworkGroup, String, String, String, String)

创建或更新网络组。

CreateOrUpdateAsync(INetworkGroupsOperations, NetworkGroup, String, String, String, String, CancellationToken)

创建或更新网络组。

Delete(INetworkGroupsOperations, String, String, String, Nullable<Boolean>)

删除网络组。

DeleteAsync(INetworkGroupsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

删除网络组。

Get(INetworkGroupsOperations, String, String, String)

获取指定的网络组。

GetAsync(INetworkGroupsOperations, String, String, String, CancellationToken)

获取指定的网络组。

List(INetworkGroupsOperations, String, String, Nullable<Int32>, String)

列出指定的网络组。

ListAsync(INetworkGroupsOperations, String, String, Nullable<Int32>, String, CancellationToken)

列出指定的网络组。

ListNext(INetworkGroupsOperations, String)

列出指定的网络组。

ListNextAsync(INetworkGroupsOperations, String, CancellationToken)

列出指定的网络组。

适用于