GetPrivateLinkScopedResourcePlainArgs

data class GetPrivateLinkScopedResourcePlainArgs(val name: String, val resourceGroupName: String, val scopeName: String) : ConvertibleToJava<GetPrivateLinkScopedResourcePlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the scoped resource object.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the Azure Arc PrivateLinkScope resource.

Functions

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