Get Container App Result
data class GetContainerAppResult(val configuration: ConfigurationResponse? = null, val customDomainVerificationId: String, val environmentId: String? = null, val eventStreamEndpoint: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val latestReadyRevisionName: String, val latestRevisionFqdn: String, val latestRevisionName: String, val location: String, val managedEnvironmentId: String? = null, val name: String, val outboundIpAddresses: List<String>, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val template: TemplateResponse? = null, val type: String, val workloadProfileType: String? = null)
Container App.
Constructors
Link copied to clipboard
fun GetContainerAppResult(configuration: ConfigurationResponse? = null, customDomainVerificationId: String, environmentId: String? = null, eventStreamEndpoint: String, extendedLocation: ExtendedLocationResponse? = null, id: String, identity: ManagedServiceIdentityResponse? = null, latestReadyRevisionName: String, latestRevisionFqdn: String, latestRevisionName: String, location: String, managedEnvironmentId: String? = null, name: String, outboundIpAddresses: List<String>, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, template: TemplateResponse? = null, type: String, workloadProfileType: String? = 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard