Azure Storage Account · JSON Structure

Azure Storage Account Endpoints Structure

The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object.

Type: object Properties: 8
AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

Endpoints is a JSON Structure definition published by Azure Storage Account, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

blob dfs file internetEndpoints microsoftEndpoints queue table web

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-structure/azure-storage-account-endpoints-structure.json",
  "description": "The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object.",
  "properties": {
    "blob": {
      "description": "Gets the blob endpoint.",
      "readOnly": true,
      "type": "string"
    },
    "dfs": {
      "description": "Gets the dfs endpoint.",
      "readOnly": true,
      "type": "string"
    },
    "file": {
      "description": "Gets the file endpoint.",
      "readOnly": true,
      "type": "string"
    },
    "internetEndpoints": {
      "$ref": "#/definitions/StorageAccountInternetEndpoints",
      "description": "Gets the internet routing storage endpoints",
      "x-ms-client-flatten": false
    },
    "microsoftEndpoints": {
      "$ref": "#/definitions/StorageAccountMicrosoftEndpoints",
      "description": "Gets the microsoft routing storage endpoints.",
      "x-ms-client-flatten": false
    },
    "queue": {
      "description": "Gets the queue endpoint.",
      "readOnly": true,
      "type": "string"
    },
    "table": {
      "description": "Gets the table endpoint.",
      "readOnly": true,
      "type": "string"
    },
    "web": {
      "description": "Gets the web endpoint.",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object",
  "name": "Endpoints"
}