GetPrivateLinkServicePlainArgs

data class GetPrivateLinkServicePlainArgs(val expand: String? = null, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<GetPrivateLinkServicePlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, resourceGroupName: String, serviceName: String)

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the private link service.

Functions

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