Microsoft Azure · Example Payload

Azure Generic Resource Example

Cloud ComputingDatabasesInfrastructureMachine LearningNetworkingPlatform as a ServiceStorage

Azure Generic Resource Example is an example object payload from Microsoft Azure, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnametypelocationtagskindmanagedBysku

Example Payload

Raw ↑
{
  "id": "example-string",
  "name": "example-string",
  "type": "example-string",
  "location": "example-string",
  "tags": {},
  "kind": "example-string",
  "managedBy": "example-string",
  "sku": {
    "name": "example-string",
    "tier": "example-string",
    "capacity": 1
  }
}