Compartilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

listByRedisCache(string, string, PrivateLinkResourcesListByRedisCacheOptionalParams)

Obtém os recursos de link privado que precisam ser criados para um cache redis.

Detalhes do método

listByRedisCache(string, string, PrivateLinkResourcesListByRedisCacheOptionalParams)

Obtém os recursos de link privado que precisam ser criados para um cache redis.

function listByRedisCache(resourceGroupName: string, cacheName: string, options?: PrivateLinkResourcesListByRedisCacheOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

cacheName

string

O nome do cache Redis.

options
PrivateLinkResourcesListByRedisCacheOptionalParams

Os parâmetros de opções.

Retornos