Get Job Result
data class GetJobResult(val configuration: JobConfigurationResponse? = null, val environmentId: String? = null, val eventStreamEndpoint: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val outboundIpAddresses: List<String>, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val template: JobTemplateResponse? = null, val type: String, val workloadProfileName: String? = null)
Container App Job
Constructors
Link copied to clipboard
fun GetJobResult(configuration: JobConfigurationResponse? = null, environmentId: String? = null, eventStreamEndpoint: String, id: String, identity: ManagedServiceIdentityResponse? = null, location: String, name: String, outboundIpAddresses: List<String>, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, template: JobTemplateResponse? = null, type: String, workloadProfileName: String? = null)