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. The name is case insensitive.

Link copied to clipboard

The name of the Azure Monitor PrivateLinkScope resource.

Functions

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