Managed Online Deployment Args
data class ManagedOnlineDeploymentArgs(val appInsightsEnabled: Output<Boolean>? = null, val codeConfiguration: Output<CodeConfigurationArgs>? = null, val description: Output<String>? = null, val endpointComputeType: Output<String>, val environmentId: Output<String>? = null, val environmentVariables: Output<Map<String, String>>? = null, val instanceType: Output<String>? = null, val livenessProbe: Output<ProbeSettingsArgs>? = null, val model: Output<Any>? = null, val properties: Output<Map<String, String>>? = null, val readinessProbe: Output<ProbeSettingsArgs>? = null, val requestSettings: Output<OnlineRequestSettingsArgs>? = null, val scaleSettings: Output<Either<AutoScaleSettingsArgs, ManualScaleSettingsArgs>>? = null) : ConvertibleToJava<ManagedOnlineDeploymentArgs>
Constructors
Link copied to clipboard
fun ManagedOnlineDeploymentArgs(appInsightsEnabled: Output<Boolean>? = null, codeConfiguration: Output<CodeConfigurationArgs>? = null, description: Output<String>? = null, endpointComputeType: Output<String>, environmentId: Output<String>? = null, environmentVariables: Output<Map<String, String>>? = null, instanceType: Output<String>? = null, livenessProbe: Output<ProbeSettingsArgs>? = null, model: Output<Any>? = null, properties: Output<Map<String, String>>? = null, readinessProbe: Output<ProbeSettingsArgs>? = null, requestSettings: Output<OnlineRequestSettingsArgs>? = null, scaleSettings: Output<Either<AutoScaleSettingsArgs, ManualScaleSettingsArgs>>? = null)