GetRedisLinkedServerPlainArgs

data class GetRedisLinkedServerPlainArgs(val linkedServerName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetRedisLinkedServerPlainArgs>

Constructors

Link copied to clipboard
constructor(linkedServerName: String, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the linked server.

Link copied to clipboard

The name of the redis cache.

Link copied to clipboard

The name of the resource group.

Functions

Link copied to clipboard
open override fun toJava(): GetRedisLinkedServerPlainArgs