Azure Context
JSON-LD context defining the semantic vocabulary for Azure from Microsoft Azure.
7 Classes
16 Properties
4 Namespaces
Namespaces
azure:
https://azure.microsoft.com/azure/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Subscription
SubscriptionListResult
ResourceGroup
ResourceGroupListResult
GenericResource
ResourceListResult
name
Properties
| Property |
Type |
Container |
| id |
string |
|
| subscriptionId |
string |
|
| displayName |
string |
|
| state |
string |
|
| subscriptionPolicies |
reference |
|
| authorizationSource |
string |
|
| managedByTenants |
string |
set |
| value |
string |
set |
| nextLink |
string |
|
| type |
string |
|
| location |
string |
|
| tags |
reference |
|
| properties |
reference |
|
| kind |
string |
|
| managedBy |
string |
|
| sku |
reference |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"azure": "https://azure.microsoft.com/azure/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Subscription": "azure:Subscription",
"SubscriptionListResult": "azure:SubscriptionListResult",
"ResourceGroup": "azure:ResourceGroup",
"ResourceGroupListResult": "azure:ResourceGroupListResult",
"GenericResource": "azure:GenericResource",
"ResourceListResult": "azure:ResourceListResult",
"id": {
"@id": "azure:id",
"@type": "xsd:string"
},
"subscriptionId": {
"@id": "azure:subscriptionId",
"@type": "xsd:string"
},
"displayName": {
"@id": "azure:displayName",
"@type": "xsd:string"
},
"state": {
"@id": "azure:state",
"@type": "xsd:string"
},
"subscriptionPolicies": {
"@id": "azure:subscriptionPolicies",
"@type": "@id"
},
"authorizationSource": {
"@id": "azure:authorizationSource",
"@type": "xsd:string"
},
"managedByTenants": {
"@id": "azure:managedByTenants",
"@container": "@set",
"@type": "xsd:string"
},
"value": {
"@id": "azure:value",
"@container": "@set",
"@type": "xsd:string"
},
"nextLink": {
"@id": "azure:nextLink",
"@type": "xsd:string"
},
"name": "schema:name",
"type": {
"@id": "azure:type",
"@type": "xsd:string"
},
"location": {
"@id": "azure:location",
"@type": "xsd:string"
},
"tags": {
"@id": "azure:tags",
"@type": "@id"
},
"properties": {
"@id": "azure:properties",
"@type": "@id"
},
"kind": {
"@id": "azure:kind",
"@type": "xsd:string"
},
"managedBy": {
"@id": "azure:managedBy",
"@type": "xsd:string"
},
"sku": {
"@id": "azure:sku",
"@type": "@id"
}
}
}