你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateLinkResourcesClient 接口
public interface PrivateLinkResourcesClient
此类的实例提供对 PrivateLinkResourcesClient 中定义的所有操作的访问权限。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
abstract
Paged |
listByRedisCache(String resourceGroupName, String cacheName)
获取需要为 redis 缓存创建的专用链接资源。 |
abstract
Paged |
listByRedisCache(String resourceGroupName, String cacheName, Context context)
获取需要为 redis 缓存创建的专用链接资源。 |
abstract
Paged |
listByRedisCacheAsync(String resourceGroupName, String cacheName)
获取需要为 redis 缓存创建的专用链接资源。 |
方法详细信息
listByRedisCache
public abstract PagedIterable
获取需要为 redis 缓存创建的专用链接资源。
Parameters:
resourceGroupName
- 资源组的名称。 此名称不区分大小写。
cacheName
- Redis 缓存的名称。
Returns:
需要使用 为 Redis 缓存创建专用链接资源,作为分页响应 PagedIterable<T>。
listByRedisCache
public abstract PagedIterable
获取需要为 redis 缓存创建的专用链接资源。
Parameters:
resourceGroupName
- 资源组的名称。 此名称不区分大小写。
cacheName
- Redis 缓存的名称。
context
- 要与此操作关联的上下文。
Returns:
需要使用 为 Redis 缓存创建专用链接资源,作为分页响应 PagedIterable<T>。
listByRedisCacheAsync
public abstract PagedFlux
获取需要为 redis 缓存创建的专用链接资源。
Parameters:
resourceGroupName
- 资源组的名称。 此名称不区分大小写。
cacheName
- Redis 缓存的名称。
Returns:
需要使用 为 Redis 缓存创建专用链接资源,作为分页响应 PagedFlux<T>。