Get Managed Environment Result
data class GetManagedEnvironmentResult(val appLogsConfiguration: AppLogsConfigurationResponse? = null, val customDomainConfiguration: CustomDomainConfigurationResponse? = null, val daprAIConnectionString: String? = null, val daprAIInstrumentationKey: String? = null, val defaultDomain: String, val deploymentErrors: String, val eventStreamEndpoint: String, val id: String, val kind: String? = null, val location: String, val name: String, val provisioningState: String, val sku: EnvironmentSkuPropertiesResponse? = null, val staticIp: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vnetConfiguration: VnetConfigurationResponse? = null, val workloadProfiles: List<WorkloadProfileResponse>? = null, val zoneRedundant: Boolean? = null)
An environment for hosting container apps
Constructors
Link copied to clipboard
fun GetManagedEnvironmentResult(appLogsConfiguration: AppLogsConfigurationResponse? = null, customDomainConfiguration: CustomDomainConfigurationResponse? = null, daprAIConnectionString: String? = null, daprAIInstrumentationKey: String? = null, defaultDomain: String, deploymentErrors: String, eventStreamEndpoint: String, id: String, kind: String? = null, location: String, name: String, provisioningState: String, sku: EnvironmentSkuPropertiesResponse? = null, staticIp: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vnetConfiguration: VnetConfigurationResponse? = null, workloadProfiles: List<WorkloadProfileResponse>? = null, zoneRedundant: Boolean? = 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