GetGroupResult

data class GetGroupResult(val fqdn: String, val id: String, val identities: List<GetGroupIdentity>, val ipAddress: String, val location: String, val name: String, val resourceGroupName: String, val subnetIds: List<String>, val tags: Map<String, String>, val zones: List<String>? = null)

A collection of values returned by getGroup.

Constructors

Link copied to clipboard
constructor(fqdn: String, id: String, identities: List<GetGroupIdentity>, ipAddress: String, location: String, name: String, resourceGroupName: String, subnetIds: List<String>, tags: Map<String, String>, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The FQDN of the Container Group instance derived from dns_name_label.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A identity block as defined below.

Link copied to clipboard

The IP address allocated to the Container Group instance.

Link copied to clipboard

The Azure Region where the Container Group instance exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The subnet resource IDs for a container group.

Link copied to clipboard

A mapping of tags assigned to the Container Group instance.

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

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