Azure Log Analytics Management Api Context
JSON-LD context defining the semantic vocabulary for Azure Log Analytics Management Api from Azure Log Analytics.
5 Classes
20 Properties
4 Namespaces
Namespaces
azure:
https://learn.microsoft.com/en-us/azure/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Workspace
WorkspaceSku
WorkspaceCapping
SavedSearch
Table
Properties
| Property |
Type |
Container |
| id |
string |
|
| name |
string |
|
| description |
string |
|
| type |
string |
|
| location |
string |
|
| etag |
string |
|
| customerId |
string |
|
| provisioningState |
string |
|
| retentionInDays |
integer |
|
| publicNetworkAccessForIngestion |
string |
|
| publicNetworkAccessForQuery |
string |
|
| dailyQuotaGb |
double |
|
| dataIngestionStatus |
string |
|
| category |
string |
|
| displayName |
string |
|
| query |
string |
|
| functionAlias |
string |
|
| version |
integer |
|
| createdAt |
dateTime |
|
| lastModifiedAt |
dateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"azure": "https://learn.microsoft.com/en-us/azure/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Workspace": "azure:Workspace",
"WorkspaceSku": "azure:WorkspaceSku",
"WorkspaceCapping": "azure:WorkspaceCapping",
"SavedSearch": "azure:SavedSearch",
"Table": "azure:Table",
"id": {
"@id": "dcterms:identifier",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"type": {
"@id": "azure:type",
"@type": "xsd:string"
},
"location": {
"@id": "azure:location",
"@type": "xsd:string"
},
"etag": {
"@id": "azure:etag",
"@type": "xsd:string"
},
"customerId": {
"@id": "azure:customer_id",
"@type": "xsd:string"
},
"provisioningState": {
"@id": "azure:provisioning_state",
"@type": "xsd:string"
},
"retentionInDays": {
"@id": "azure:retention_in_days",
"@type": "xsd:integer"
},
"publicNetworkAccessForIngestion": {
"@id": "azure:public_network_access_for_ingestion",
"@type": "xsd:string"
},
"publicNetworkAccessForQuery": {
"@id": "azure:public_network_access_for_query",
"@type": "xsd:string"
},
"dailyQuotaGb": {
"@id": "azure:daily_quota_gb",
"@type": "xsd:double"
},
"dataIngestionStatus": {
"@id": "azure:data_ingestion_status",
"@type": "xsd:string"
},
"category": {
"@id": "azure:category",
"@type": "xsd:string"
},
"displayName": {
"@id": "azure:display_name",
"@type": "xsd:string"
},
"query": {
"@id": "azure:query",
"@type": "xsd:string"
},
"functionAlias": {
"@id": "azure:function_alias",
"@type": "xsd:string"
},
"version": {
"@id": "schema:version",
"@type": "xsd:integer"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"lastModifiedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
}
}
}