Description | : Get the properties of the specified NGroups resource. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "NGroups_Get", "$responses": { "200": { "$properties": { "@removed_1087edc9e8d34eb198242204136f4e51": { "#name": "zones", "Description": "The NGroups zones. NOTE: Availability zones can only be set when you create the scale set", "Required": false, "Type": "array", "$items": { "Type": "string" } }, "@removed_e30a7cec8e784468ba30a0a175b44763": { "#name": "location", "Description": "The geo-location where the resource lives", "Required": false, "Type": "string" } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/ngroups/{ngroupsName}
{
subscriptionId:
string
,
api-version:
string
,
resourceGroupName:
string
,
ngroupsName:
string
,
}
⚐ Response (200)
{
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
properties:
{
,
elasticProfile:
{
,
desiredCount:
integer
,
maintainDesiredCount:
boolean
,
containerGroupNamingPolicy:
}
{
,
guidNamingPolicy:
}
{
,
prefix:
string
,
}
placementProfile:
{
,
faultDomainCount:
integer
,
}
containerGroupProfiles:
[
]
,
{
,
resource:
{
,
id:
string
,
}
revision:
integer
,
networkProfile:
{
,
loadBalancer:
{
,
backendAddressPools:
}
[
]
,
{
,
resource:
string
,
}
applicationGateway:
}
{
,
resource:
string
,
backendAddressPools:
}
[
]
,
{
,
resource:
string
,
}
storageProfile:
{
,
fileShares:
}
[
]
,
{
,
name:
string
,
resourceGroupName:
string
,
storageAccountName:
string
,
properties:
}
{
,
shareAccessType:
enum
,
shareAccessTier:
enum
,
}
containerGroupProperties:
}
{
,
subnetIds:
[
]
,
{
,
id:
string
,
name:
string
,
}
volumes:
[
]
,
{
,
name:
string
,
azureFile:
}
{
,
shareName:
string
,
readOnly:
boolean
,
storageAccountName:
string
,
storageAccountKey:
string
,
storageAccountKeyReference:
string
,
}
containers:
}
[
]
,
{
,
name:
string
,
properties:
}
{
,
volumeMounts:
}
[
]
,
{
,
name:
string
,
mountPath:
string
,
readOnly:
boolean
,
}
provisioningState:
enum
,
updateProfile:
}
{
,
updateMode:
enum
,
rollingUpdateProfile:
}
{
,
maxBatchPercent:
integer
,
maxUnhealthyPercent:
integer
,
pauseTimeBetweenBatches:
string
,
inPlaceUpdate:
boolean
,
}
identity:
}
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]