GetResourceManagementPrivateLinkPlainArgs

data class GetResourceManagementPrivateLinkPlainArgs(val resourceGroupName: String, val rmplName: String) : ConvertibleToJava<GetResourceManagementPrivateLinkPlainArgs>

Constructors

constructor(resourceGroupName: String, rmplName: String)

Properties

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the resource management private link.

Functions

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