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

NetworkPacketBrokersOperations interface

表示 NetworkPacketBrokers 操作的接口。

属性

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

创建网络分组代理。

delete

删除网络分组代理。

get

检索此网络数据包代理的详细信息。

listByResourceGroup

按资源组GET方法显示NetworkPacketBrokers列表。

listBySubscription

按订阅GET方法显示网络分组代理列表。

update

用于更新网络分组代理资源的某些属性的API。

属性详细信息

beginCreate

警告

现已弃用此 API。

use create instead

beginCreate: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>

属性值

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>

beginCreateAndWait

警告

现已弃用此 API。

use create instead

beginCreateAndWait: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<NetworkPacketBroker>

属性值

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<NetworkPacketBroker>

beginDelete

警告

现已弃用此 API。

use delete instead

beginDelete: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

属性值

(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

现已弃用此 API。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<void>

属性值

(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<void>

beginUpdate

警告

现已弃用此 API。

use update instead

beginUpdate: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>

属性值

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>

beginUpdateAndWait

警告

现已弃用此 API。

use update instead

beginUpdateAndWait: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<NetworkPacketBroker>

属性值

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<NetworkPacketBroker>

create

创建网络分组代理。

create: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>

属性值

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>

delete

删除网络分组代理。

delete: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

属性值

(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

检索此网络数据包代理的详细信息。

get: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersGetOptionalParams) => Promise<NetworkPacketBroker>

属性值

(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersGetOptionalParams) => Promise<NetworkPacketBroker>

listByResourceGroup

按资源组GET方法显示NetworkPacketBrokers列表。

listByResourceGroup: (resourceGroupName: string, options?: NetworkPacketBrokersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>

属性值

(resourceGroupName: string, options?: NetworkPacketBrokersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>

listBySubscription

按订阅GET方法显示网络分组代理列表。

listBySubscription: (options?: NetworkPacketBrokersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>

属性值

(options?: NetworkPacketBrokersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>

update

用于更新网络分组代理资源的某些属性的API。

update: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>

属性值

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>