Managed Online Deployment Response
data class ManagedOnlineDeploymentResponse(val appInsightsEnabled: Boolean? = null, val codeConfiguration: CodeConfigurationResponse? = null, val description: 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: Any? = null, val properties: Map<String, String>? = null, val provisioningState: String, val readinessProbe: ProbeSettingsResponse? = null, val requestSettings: OnlineRequestSettingsResponse? = null, val scaleSettings: Either<AutoScaleSettingsResponse, ManualScaleSettingsResponse>? = null)
Constructors
Link copied to clipboard
fun ManagedOnlineDeploymentResponse(appInsightsEnabled: Boolean? = null, codeConfiguration: CodeConfigurationResponse? = null, description: String? = null, endpointComputeType: String, environmentId: String? = null, environmentVariables: Map<String, String>? = null, instanceType: String? = null, livenessProbe: ProbeSettingsResponse? = null, model: Any? = null, properties: Map<String, String>? = null, provisioningState: String, readinessProbe: ProbeSettingsResponse? = null, requestSettings: OnlineRequestSettingsResponse? = null, scaleSettings: Either<AutoScaleSettingsResponse, ManualScaleSettingsResponse>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard