Get Container Groups Result
data class GetContainerGroupsResult(val containerGroupName: String? = null, val enableDetails: Boolean? = null, val groups: List<GetContainerGroupsGroup>, val id: String, val ids: List<String>, val limit: Int? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vswitchId: String? = null, val withEvent: Boolean? = null, val zoneId: String? = null)
A collection of values returned by getContainerGroups.
Constructors
Link copied to clipboard
constructor(containerGroupName: String? = null, enableDetails: Boolean? = null, groups: List<GetContainerGroupsGroup>, id: String, ids: List<String>, limit: Int? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null, vswitchId: String? = null, withEvent: Boolean? = null, zoneId: String? = null)