RadiusPlaneResourceProperties

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
provisioningState object
resourceProviders object
View JSON Schema on GitHub

JSON Schema

application-research-radiusplaneresourceproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RadiusPlaneResourceProperties",
  "title": "RadiusPlaneResourceProperties",
  "type": "object",
  "properties": {
    "provisioningState": {
      "$ref": "#/components/schemas/ProvisioningState",
      "readOnly": true
    },
    "resourceProviders": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "required": [
    "resourceProviders"
  ]
}