HybridComputePrivateLinkScopePropertiesArgs

data class HybridComputePrivateLinkScopePropertiesArgs(val publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null) : ConvertibleToJava<HybridComputePrivateLinkScopePropertiesArgs>

Properties that define a Azure Arc PrivateLinkScope resource.

Constructors

constructor(publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null)

Properties

Link copied to clipboard
val publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null

Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.

Functions

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