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

IResourceManagementPrivateLinkOperations 接口

定义

ResourceManagementPrivateLinkOperations 操作。

public interface IResourceManagementPrivateLinkOperations
type IResourceManagementPrivateLinkOperations = interface
Public Interface IResourceManagementPrivateLinkOperations

方法

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

删除资源管理专用链接。

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

(资源级别) 获取资源管理专用链接。

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

获取资源组中的所有资源管理专用链接。

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

获取订阅中的所有资源管理专用链接。

PutWithHttpMessagesAsync(String, String, ResourceManagementPrivateLinkLocation, Dictionary<String,List<String>>, CancellationToken)

创建资源管理组专用链接。

扩展方法

Delete(IResourceManagementPrivateLinkOperations, String, String)

删除资源管理专用链接。

DeleteAsync(IResourceManagementPrivateLinkOperations, String, String, CancellationToken)

删除资源管理专用链接。

Get(IResourceManagementPrivateLinkOperations, String, String)

(资源级别) 获取资源管理专用链接。

GetAsync(IResourceManagementPrivateLinkOperations, String, String, CancellationToken)

(资源级别) 获取资源管理专用链接。

List(IResourceManagementPrivateLinkOperations)

获取订阅中的所有资源管理专用链接。

ListAsync(IResourceManagementPrivateLinkOperations, CancellationToken)

获取订阅中的所有资源管理专用链接。

ListByResourceGroup(IResourceManagementPrivateLinkOperations, String)

获取资源组中的所有资源管理专用链接。

ListByResourceGroupAsync(IResourceManagementPrivateLinkOperations, String, CancellationToken)

获取资源组中的所有资源管理专用链接。

Put(IResourceManagementPrivateLinkOperations, String, String, ResourceManagementPrivateLinkLocation)

创建资源管理组专用链接。

PutAsync(IResourceManagementPrivateLinkOperations, String, String, ResourceManagementPrivateLinkLocation, CancellationToken)

创建资源管理组专用链接。

适用于