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

IProximityPlacementGroupsOperations 接口

定义

ProximityPlacementGroupsOperations 操作。

public interface IProximityPlacementGroupsOperations
type IProximityPlacementGroupsOperations = interface
Public Interface IProximityPlacementGroupsOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, ProximityPlacementGroup, Dictionary<String,List<String>>, CancellationToken)

创建或更新邻近放置组。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除邻近放置组。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

更新邻近放置组。

扩展方法

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)

更新邻近放置组。

适用于