NGroupPatch interface
Describes the NGroups resource.
Properties
| container |
The Container Group Profiles that could be used in the NGroups resource. |
| elastic |
The elastic profile. |
| identity | The identity of the NGroup, if configured. |
| placement |
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. |
| provisioning |
The provisioning state, which only appears in the response. |
| system |
Metadata pertaining to creation and last modification of the resource. |
| tags | The resource tags. |
| update |
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
identity
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[]