Kubernetes Configuration Private Link Scope Properties Args
data class KubernetesConfigurationPrivateLinkScopePropertiesArgs(val clusterResourceId: Output<String>, val publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null) : ConvertibleToJava<KubernetesConfigurationPrivateLinkScopePropertiesArgs>
Properties that define a Azure Arc PrivateLinkScope resource.
Constructors
Link copied to clipboard
constructor(clusterResourceId: Output<String>, publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null)