Get Environment Result
data class GetEnvironmentResult(val azureApiVersion: String, val customProperties: Any? = null, val description: String? = null, val id: String, val kind: String, val name: String, val onboarding: OnboardingResponse? = null, val server: EnvironmentServerResponse? = null, val systemData: SystemDataResponse, val title: String, val type: String)
Environment entity.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, customProperties: Any? = null, description: String? = null, id: String, kind: String, name: String, onboarding: OnboardingResponse? = null, server: EnvironmentServerResponse? = null, systemData: SystemDataResponse, title: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The custom metadata defined for API catalog entities.
Link copied to clipboard
The environment description.
Link copied to clipboard
Environment onboarding information
Link copied to clipboard
Server information of the environment.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.