NGroupPatch interface

Describes the NGroups resource.

Properties

containerGroupProfiles

The Container Group Profiles that could be used in the NGroups resource.

elasticProfile

The elastic profile.

identity

The identity of the NGroup, if configured.

placementProfile

Provides options w.r.t allocation and management w.r.t certain placement policies. These utilize capabilities provided by the underlying Azure infrastructure. They are typically used for high availability scenarios. E.g., distributing CGs across fault domains.

provisioningState

The provisioning state, which only appears in the response.

systemData

Metadata pertaining to creation and last modification of the resource.

tags

The resource tags.

updateProfile

Used by the customer to specify the way to update the Container Groups in NGroup.

zones

The zones for the NGroup.

Property Details

containerGroupProfiles

The Container Group Profiles that could be used in the NGroups resource.

containerGroupProfiles?: ContainerGroupProfileStub[]

Property Value

elasticProfile

The elastic profile.

elasticProfile?: ElasticProfile

Property Value

identity

The identity of the NGroup, if configured.

identity?: NGroupIdentity

Property Value

placementProfile

Provides options w.r.t allocation and management w.r.t certain placement policies. These utilize capabilities provided by the underlying Azure infrastructure. They are typically used for high availability scenarios. E.g., distributing CGs across fault domains.

placementProfile?: PlacementProfile

Property Value

provisioningState

The provisioning state, which only appears in the response.

provisioningState?: string

Property Value

string

systemData

Metadata pertaining to creation and last modification of the resource.

systemData?: SystemData

Property Value

tags

The resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

updateProfile

Used by the customer to specify the way to update the Container Groups in NGroup.

updateProfile?: UpdateProfile

Property Value

zones

The zones for the NGroup.

zones?: string[]

Property Value

string[]