Untitled

 avatar
unknown
json
a year ago
460 B
5
Indexable
{
  "type": "Microsoft.Web/serverfarms",
  "apiVersion": "2020-12-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "sku": {
    "name": "string",
    "capacity": "int",
    "family": "string",
    "locations": ["string"],
    "size": "string",
    "tier": "string"
  },
  "kind": "string",
  "properties": {
    "isSpot": "false",
    "reserved": "false"
  }
}
Editor is loading...
Leave a Comment