Microsoft Azure · Example Payload

Azure Subscription Example

Cloud ComputingDatabasesInfrastructureMachine LearningNetworkingPlatform as a ServiceStorage

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

Top-level fields

idsubscriptionIddisplayNamestatesubscriptionPoliciesauthorizationSourcemanagedByTenants

Example Payload

Raw ↑
{
  "id": "example-string",
  "subscriptionId": "example-string",
  "displayName": "example-string",
  "state": "Enabled",
  "subscriptionPolicies": {
    "locationPlacementId": "example-string",
    "quotaId": "example-string",
    "spendingLimit": "On"
  },
  "authorizationSource": "example-string",
  "managedByTenants": [
    {
      "tenantId": {}
    }
  ]
}