Microsoft Azure · Example Payload

Azure Resource Group Example

Cloud ComputingDatabasesInfrastructureMachine LearningNetworkingPlatform as a ServiceStorage

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

Top-level fields

idnametypelocationtagsproperties

Example Payload

Raw ↑
{
  "id": "example-string",
  "name": "example-string",
  "type": "example-string",
  "location": "example-string",
  "tags": {},
  "properties": {
    "provisioningState": "example-string"
  }
}