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

NeighborGroupsOperations interface

表示邻居组操作的接口。

属性

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginResync
beginResyncAndWait
beginUpdate
beginUpdateAndWait
create

实现邻居组 PUT 方法。

delete

实现邻居组 DELETE 方法。

get

获取邻居组。

listByResourceGroup

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

listBySubscription

通过订阅GET方法显示邻居组列表。

resync

配置更改后重新同步邻居组。

update

更新邻居群组。

属性详细信息

beginCreate

警告

现已弃用此 API。

use create instead

beginCreate: (resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

属性值

(resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

beginCreateAndWait

警告

现已弃用此 API。

use create instead

beginCreateAndWait: (resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams) => Promise<NeighborGroup>

属性值

(resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams) => Promise<NeighborGroup>

beginDelete

警告

现已弃用此 API。

use delete instead

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

属性值

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

现已弃用此 API。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams) => Promise<void>

属性值

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams) => Promise<void>

beginResync

警告

现已弃用此 API。

use resync instead

beginResync: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>>

属性值

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>>

beginResyncAndWait

警告

现已弃用此 API。

use resync instead

beginResyncAndWait: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<NeighborGroupResyncResponse>

属性值

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<NeighborGroupResyncResponse>

beginUpdate

警告

现已弃用此 API。

use update instead

beginUpdate: (resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

属性值

(resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

beginUpdateAndWait

警告

现已弃用此 API。

use update instead

beginUpdateAndWait: (resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams) => Promise<NeighborGroup>

属性值

(resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams) => Promise<NeighborGroup>

create

实现邻居组 PUT 方法。

create: (resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams) => PollerLike<OperationState<NeighborGroup>, NeighborGroup>

属性值

(resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams) => PollerLike<OperationState<NeighborGroup>, NeighborGroup>

delete

实现邻居组 DELETE 方法。

delete: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

属性值

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

获取邻居组。

get: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsGetOptionalParams) => Promise<NeighborGroup>

属性值

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsGetOptionalParams) => Promise<NeighborGroup>

listByResourceGroup

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

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

属性值

(resourceGroupName: string, options?: NeighborGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NeighborGroup, NeighborGroup[], PageSettings>

listBySubscription

通过订阅GET方法显示邻居组列表。

listBySubscription: (options?: NeighborGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NeighborGroup, NeighborGroup[], PageSettings>

属性值

(options?: NeighborGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NeighborGroup, NeighborGroup[], PageSettings>

resync

配置更改后重新同步邻居组。

resync: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => PollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>

属性值

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => PollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>

update

更新邻居群组。

update: (resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams) => PollerLike<OperationState<NeighborGroup>, NeighborGroup>

属性值

(resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams) => PollerLike<OperationState<NeighborGroup>, NeighborGroup>