{ "opencollection": "1.0.0", "info": { "name": "StorageManagementClient BlobContainers BlobService API", "version": "2.0" }, "items": [ { "info": { "name": "BlobService", "type": "folder" }, "items": [ { "info": { "name": "Azure Storage Account Blob Services_ List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." } ] }, "docs": "List blob services of storage account. It returns a collection of one object named default." }, { "info": { "name": "Azure Storage Account Blob Services_ Get Service Properties", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/:BlobServicesName", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." }, { "name": "BlobServicesName", "value": "", "type": "path", "description": "The name of the blob Service within the specified storage account. Blob Service Name must be 'default'" } ] }, "docs": "Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules." }, { "info": { "name": "Azure Storage Account Blob Services_ Set Service Properties", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Storage/storageAccounts/:accountName/blobServices/:BlobServicesName", "params": [ { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The name of the resource group within the user's subscription. The name is case insensitive." }, { "name": "accountName", "value": "example-value", "type": "path", "description": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only." }, { "name": "api-version", "value": "2019-06-01", "type": "query", "description": "The API version to use for this operation." }, { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the target subscription." }, { "name": "BlobServicesName", "value": "", "type": "path", "description": "The name of the blob Service within the specified storage account. Blob Service Name must be 'default'" } ] }, "docs": "Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. " } ] } ], "bundled": true }