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

IPrivateLinkResourcesOperations 接口

定义

PrivateLinkResourcesOperations 操作。

public interface IPrivateLinkResourcesOperations
type IPrivateLinkResourcesOperations = interface
Public Interface IPrivateLinkResourcesOperations

方法

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

获取 MySQL 服务器的专用链接资源。

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

获取 MySQL 服务器的专用链接资源。

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

获取 MySQL 服务器的专用链接资源。

扩展方法

Get(IPrivateLinkResourcesOperations, String, String, String)

获取 MySQL 服务器的专用链接资源。

GetAsync(IPrivateLinkResourcesOperations, String, String, String, CancellationToken)

获取 MySQL 服务器的专用链接资源。

ListByServer(IPrivateLinkResourcesOperations, String, String)

获取 MySQL 服务器的专用链接资源。

ListByServerAsync(IPrivateLinkResourcesOperations, String, String, CancellationToken)

获取 MySQL 服务器的专用链接资源。

ListByServerNext(IPrivateLinkResourcesOperations, String)

获取 MySQL 服务器的专用链接资源。

ListByServerNextAsync(IPrivateLinkResourcesOperations, String, CancellationToken)

获取 MySQL 服务器的专用链接资源。

适用于