NGroupArgs

data class NGroupArgs(val containerGroupProfiles: Output<List<ContainerGroupProfileStubArgs>>? = null, val elasticProfile: Output<ElasticProfileArgs>? = null, val identity: Output<NGroupIdentityArgs>? = null, val location: Output<String>? = null, val ngroupsName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<NGroupArgs>

Describes a nGroup. Uses Azure REST API version 2024-09-01-preview. Other available API versions: 2024-11-01-preview.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:containerinstance:NGroup myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/ngroups/{ngroupsName}

Constructors

Link copied to clipboard
constructor(containerGroupProfiles: Output<List<ContainerGroupProfileStubArgs>>? = null, elasticProfile: Output<ElasticProfileArgs>? = null, identity: Output<NGroupIdentityArgs>? = null, location: Output<String>? = null, ngroupsName: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, zones: Output<List<String>>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val elasticProfile: Output<ElasticProfileArgs>? = null

The elastic profile.

Link copied to clipboard
val identity: Output<NGroupIdentityArgs>? = null

The identity of the nGroup, if configured.

Link copied to clipboard
val location: Output<String>? = null

The resource location.

Link copied to clipboard
val ngroupsName: Output<String>? = null

The N Groups name.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group.

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

The resource tags.

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

The zones for the container group.

Functions

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