Managed Online Deployment Response
data class ManagedOnlineDeploymentResponse(val appInsightsEnabled: Boolean? = null, val codeConfiguration: CodeConfigurationResponse? = null, val description: String? = null, val egressPublicNetworkAccess: String? = null, val endpointComputeType: String, val environmentId: String? = null, val environmentVariables: Map<String, String>? = null, val instanceType: String? = null, val livenessProbe: ProbeSettingsResponse? = null, val model: String? = null, val modelMountPath: String? = null, val properties: Map<String, String>? = null, val provisioningState: String, val readinessProbe: ProbeSettingsResponse? = null, val requestSettings: OnlineRequestSettingsResponse? = null, val scaleSettings: Either<DefaultScaleSettingsResponse, TargetUtilizationScaleSettingsResponse>? = null)
Properties specific to a ManagedOnlineDeployment.
Constructors
Link copied to clipboard
fun ManagedOnlineDeploymentResponse(appInsightsEnabled: Boolean? = null, codeConfiguration: CodeConfigurationResponse? = null, description: String? = null, egressPublicNetworkAccess: String? = null, endpointComputeType: String, environmentId: String? = null, environmentVariables: Map<String, String>? = null, instanceType: String? = null, livenessProbe: ProbeSettingsResponse? = null, model: String? = null, modelMountPath: String? = null, properties: Map<String, String>? = null, provisioningState: String, readinessProbe: ProbeSettingsResponse? = null, requestSettings: OnlineRequestSettingsResponse? = null, scaleSettings: Either<DefaultScaleSettingsResponse, TargetUtilizationScaleSettingsResponse>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scaleSettings: Either<DefaultScaleSettingsResponse, TargetUtilizationScaleSettingsResponse>? = null