GetNGroupResult

data class GetNGroupResult(val containerGroupProfiles: List<ContainerGroupProfileStubResponse>? = null, val elasticProfile: ElasticProfileResponse? = null, val id: String, val identity: NGroupIdentityResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)

Describes a nGroup.

Constructors

Link copied to clipboard
constructor(containerGroupProfiles: List<ContainerGroupProfileStubResponse>? = null, elasticProfile: ElasticProfileResponse? = null, id: String, identity: NGroupIdentityResponse? = null, location: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Container Group Profiles that could be used in a nGroup.

Link copied to clipboard

The elastic profile.

Link copied to clipboard
val id: String

The resource id.

Link copied to clipboard

The identity of the nGroup, if configured.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

The resource name.

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The resource tags.

Link copied to clipboard

The resource type.

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

The zones for the container group.