Workspace Custom Parameters Args
data class WorkspaceCustomParametersArgs(val amlWorkspaceId: Output<WorkspaceCustomStringParameterArgs>? = null, val customPrivateSubnetName: Output<WorkspaceCustomStringParameterArgs>? = null, val customPublicSubnetName: Output<WorkspaceCustomStringParameterArgs>? = null, val customVirtualNetworkId: Output<WorkspaceCustomStringParameterArgs>? = null, val enableNoPublicIp: Output<WorkspaceCustomBooleanParameterArgs>? = null, val encryption: Output<WorkspaceEncryptionParameterArgs>? = null, val loadBalancerBackendPoolName: Output<WorkspaceCustomStringParameterArgs>? = null, val loadBalancerId: Output<WorkspaceCustomStringParameterArgs>? = null, val natGatewayName: Output<WorkspaceCustomStringParameterArgs>? = null, val prepareEncryption: Output<WorkspaceCustomBooleanParameterArgs>? = null, val publicIpName: Output<WorkspaceCustomStringParameterArgs>? = null, val requireInfrastructureEncryption: Output<WorkspaceCustomBooleanParameterArgs>? = null, val storageAccountName: Output<WorkspaceCustomStringParameterArgs>? = null, val storageAccountSkuName: Output<WorkspaceCustomStringParameterArgs>? = null, val vnetAddressPrefix: Output<WorkspaceCustomStringParameterArgs>? = null) : ConvertibleToJava<WorkspaceCustomParametersArgs>
Custom Parameters used for Cluster Creation.
Constructors
Link copied to clipboard
fun WorkspaceCustomParametersArgs(amlWorkspaceId: Output<WorkspaceCustomStringParameterArgs>? = null, customPrivateSubnetName: Output<WorkspaceCustomStringParameterArgs>? = null, customPublicSubnetName: Output<WorkspaceCustomStringParameterArgs>? = null, customVirtualNetworkId: Output<WorkspaceCustomStringParameterArgs>? = null, enableNoPublicIp: Output<WorkspaceCustomBooleanParameterArgs>? = null, encryption: Output<WorkspaceEncryptionParameterArgs>? = null, loadBalancerBackendPoolName: Output<WorkspaceCustomStringParameterArgs>? = null, loadBalancerId: Output<WorkspaceCustomStringParameterArgs>? = null, natGatewayName: Output<WorkspaceCustomStringParameterArgs>? = null, prepareEncryption: Output<WorkspaceCustomBooleanParameterArgs>? = null, publicIpName: Output<WorkspaceCustomStringParameterArgs>? = null, requireInfrastructureEncryption: Output<WorkspaceCustomBooleanParameterArgs>? = null, storageAccountName: Output<WorkspaceCustomStringParameterArgs>? = null, storageAccountSkuName: Output<WorkspaceCustomStringParameterArgs>? = null, vnetAddressPrefix: Output<WorkspaceCustomStringParameterArgs>? = null)