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

ProximityPlacementGroupsOperationsExtensions 类

定义

ProximityPlacementGroupsOperations 的扩展方法。

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

方法

CreateOrUpdate(IProximityPlacementGroupsOperations, String, String, ProximityPlacementGroup)

创建或更新邻近放置组。

CreateOrUpdateAsync(IProximityPlacementGroupsOperations, String, String, ProximityPlacementGroup, CancellationToken)

创建或更新邻近放置组。

Delete(IProximityPlacementGroupsOperations, String, String)

删除邻近放置组。

DeleteAsync(IProximityPlacementGroupsOperations, String, String, CancellationToken)

删除邻近放置组。

Get(IProximityPlacementGroupsOperations, String, String, String)

检索有关邻近放置组 的信息。

GetAsync(IProximityPlacementGroupsOperations, String, String, String, CancellationToken)

检索有关邻近放置组 的信息。

ListByResourceGroup(IProximityPlacementGroupsOperations, String)

列出资源组中的所有邻近放置组。

ListByResourceGroupAsync(IProximityPlacementGroupsOperations, String, CancellationToken)

列出资源组中的所有邻近放置组。

ListByResourceGroupNext(IProximityPlacementGroupsOperations, String)

列出资源组中的所有邻近放置组。

ListByResourceGroupNextAsync(IProximityPlacementGroupsOperations, String, CancellationToken)

列出资源组中的所有邻近放置组。

ListBySubscription(IProximityPlacementGroupsOperations)

列出订阅中的所有邻近放置组。

ListBySubscriptionAsync(IProximityPlacementGroupsOperations, CancellationToken)

列出订阅中的所有邻近放置组。

ListBySubscriptionNext(IProximityPlacementGroupsOperations, String)

列出订阅中的所有邻近放置组。

ListBySubscriptionNextAsync(IProximityPlacementGroupsOperations, String, CancellationToken)

列出订阅中的所有邻近放置组。

Update(IProximityPlacementGroupsOperations, String, String, IDictionary<String,String>)

更新邻近放置组。

UpdateAsync(IProximityPlacementGroupsOperations, String, String, IDictionary<String,String>, CancellationToken)

更新邻近放置组。

适用于