NGroup Args
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}
Content copied to clipboard
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
The elastic profile.
Link copied to clipboard
The identity of the nGroup, if configured.
Link copied to clipboard
The N Groups name.
Link copied to clipboard
The name of the resource group.