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

IProximityPlacementGroupsOperations 接口

定义

ProximityPlacementGroupsOperations 操作。

public interface IProximityPlacementGroupsOperations
type IProximityPlacementGroupsOperations = interface
Public Interface IProximityPlacementGroupsOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, ProximityPlacementGroupInner, 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)

更新邻近放置组。

扩展方法

CreateOrUpdateAsync(IProximityPlacementGroupsOperations, String, String, ProximityPlacementGroupInner, CancellationToken)

创建或更新邻近放置组。

DeleteAsync(IProximityPlacementGroupsOperations, String, String, CancellationToken)

删除邻近放置组。

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

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

ListByResourceGroupAsync(IProximityPlacementGroupsOperations, String, CancellationToken)

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

ListByResourceGroupNextAsync(IProximityPlacementGroupsOperations, String, CancellationToken)

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

ListBySubscriptionAsync(IProximityPlacementGroupsOperations, CancellationToken)

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

ListBySubscriptionNextAsync(IProximityPlacementGroupsOperations, String, CancellationToken)

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

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

更新邻近放置组。

适用于