SubResource

Reference to a sub-resource.

Cloud ComputingComputeIaaSInfrastructureVirtual Machines

Properties

Name Type Description
id string Resource Id.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-virtual-machines-subresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubResource",
  "title": "SubResource",
  "type": "object",
  "description": "Reference to a sub-resource.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Resource Id."
    }
  }
}