GetGroupPlainArgs

data class GetGroupPlainArgs(val name: String, val resourceGroupName: String, val zones: List<String>? = null) : ConvertibleToJava<GetGroupPlainArgs>

A collection of arguments for invoking getGroup.

Constructors

Link copied to clipboard
fun GetGroupPlainArgs(name: String, resourceGroupName: String, zones: List<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetGroupPlainArgs

Properties

Link copied to clipboard

The name of this Container Group instance.

Link copied to clipboard

The name of the Resource Group where the Container Group instance exists.

Link copied to clipboard
val zones: List<String>? = null

A list of Availability Zones in which this Container Group is located.