你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

列表操作的 JSON 有效负载

请求正文

请求正文为空。

响应正文

操作及其说明的格式化列表。

{
  "value": [
    {
      "name": "Microsoft.Storage/storageAccounts/write",
      "display": {
        "provider": "Microsoft Storage",
        "resource": "Storage Accounts",
        "operation": "Create/Update Storage Account",
        "description": "Creates a storage account with the specified parameters or update the properties or tags or adds custom domain for the specified storage account."
      }
    },
    {
      "name": "Microsoft.Storage/storageAccounts/delete",
      "display": {
        "provider": "Microsoft Storage",
        "resource": "Storage Accounts",
        "operation": "Delete Storage Account",
        "description": "Deletes an existing storage account."
      }
    },
    {
      "name": "Microsoft.Storage/storageAccounts/listkeys/action",
      "display": {
        "provider": "Microsoft Storage",
        "resource": "Storage Accounts",
        "operation": "List Storage Account Keys",
        "description": "Returns the access keys for the specified storage account."
      }
    },
    {
      "name": "Microsoft.Storage/storageAccounts/regeneratekey/action",
      "display": {
        "provider": "Microsoft Storage",
        "resource": "Storage Accounts",
        "operation": "Regenerate Storage Account Keys",
        "description": "Regenerates the access keys for the specified storage account."
      }
    },
    {
      "name": "Microsoft.Storage/checknameavailability/read",
      "display": {
        "provider": "Microsoft Storage",
        "resource": "Name Availability",
        "operation": "Check Name Availability",
        "description": "Checks that account name is valid and is not in use."
      }
    },
    {
      "name": "Microsoft.Storage/storageAccounts/read",
      "display": {
        "provider": "Microsoft Storage",
        "resource": "Storage Accounts",
        "operation": "List/Get Storage Account(s)",
        "description": "Returns the list of storage accounts or gets the properties for the specified storage account."
      }
    },
    {
      "name": "Microsoft.Storage/usages/read",
      "display": {
        "provider": "Microsoft Storage",
        "resource": "Usage Metrics",
        "operation": "Get Subscription Usages",
        "description": "Returns the limit and the current usage count for resources in the specified subscription"
      }
    },
   {
      "name": "Microsoft.Storage/operations/read",
      "display": {
        "provider": "Microsoft Storage",
        "resource": "Operations",
        "operation": "Poll Asynchronous Operation",
        "description": "Polls the status of an asynchronous operation."
      }
    },
    {
      "name": "Microsoft.Storage/register/action",
      "display": {
        "provider": "Microsoft Storage",
        "resource": "Storage Resource Provider",
        "operation": "Registers the Storage Resource Provider",
        "description": "Registers the subscription for the storage resource provider and enables the creation of storage accounts."
      }
    }	
  ]
}