зеркало из https://github.com/Azure/AzureVM.git
33 строки
545 B
JSON
33 строки
545 B
JSON
{
|
|
"vmName": {
|
|
"type": "string"
|
|
},
|
|
"vmSize": {
|
|
"type": "string"
|
|
},
|
|
"adminUsername": {
|
|
"type": "string"
|
|
},
|
|
"instanceCount": {
|
|
"type": "int"
|
|
},
|
|
"priority": {
|
|
"type": "string"
|
|
},
|
|
"evictionPolicy": {
|
|
"type": "string"
|
|
},
|
|
"enableAcceleratedNetworking": {
|
|
"type": "bool"
|
|
},
|
|
"singlePlacementGroup": {
|
|
"type": "bool"
|
|
},
|
|
"overprovision":{
|
|
"type": "bool"
|
|
},
|
|
"upgradePolicy":{
|
|
"type": "object"
|
|
}
|
|
}
|