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
constructor(name: String, resourceGroupName: String, zones: List<String>? = null)

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.

Functions

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