HubManagedNetworkArgs

data class HubManagedNetworkArgs(val isolationMode: Output<String>? = null) : ConvertibleToJava<HubManagedNetworkArgs>

Constructors

Link copied to clipboard
constructor(isolationMode: Output<String>? = null)

Properties

Link copied to clipboard
val isolationMode: Output<String>? = null

The isolation mode of the AI Foundry Hub. Possible values are Disabled, AllowOnlyApprovedOutbound, and AllowInternetOutbound.

Functions

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