UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 62.9 kB
{"openapi":"3.0.0","info":{"description":"The Azure Storage Management API.","title":"StorageManagementClient","version":"2019-04-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/blob.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"storage-blob","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices":{"get":{"description":"List blob services of storage account. It returns a collection of one object named default.","operationId":"BlobServices_List","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"ListBlobServices":{"value":"res4410"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"ListBlobServices":{"value":"sto8607"}}},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"ListBlobServices":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"ListBlobServices":{"value":"{subscription-id}"}}}],"responses":{"200":{"description":"OK -- List blob services operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlobServiceItems"},"examples":{"ListBlobServices":{"$ref":"#/components/examples/ListBlobServices"}}}}}},"tags":["BlobService"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers":{"get":{"description":"Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token.","operationId":"BlobContainers_List","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"ListContainers":{"value":"res9290"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"ListContainers":{"value":"sto1590"}}},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"ListContainers":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"ListContainers":{"value":"{subscription-id}"}}},{"description":"Optional. Continuation token for the list operation.","in":"query","name":"$skipToken","schema":{"type":"string"}},{"description":"Optional. Specified maximum number of containers that can be included in the list.","in":"query","name":"$maxpagesize","schema":{"type":"string"}},{"description":"Optional. When specified, only container names starting with the filter will be listed.","in":"query","name":"$filter","schema":{"type":"string"}}],"responses":{"200":{"description":"OK -- List Container operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListContainerItems"},"examples":{"ListContainers":{"$ref":"#/components/examples/ListContainers"}}}}}},"tags":["BlobContainers"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}":{"delete":{"description":"Deletes specified container under its account.","operationId":"BlobContainers_Delete","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"DeleteContainers":{"value":"res4079"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"DeleteContainers":{"value":"sto4506"}}},{"$ref":"#/components/parameters/ContainerName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"DeleteContainers":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"DeleteContainers":{"value":"{subscription-id}"}}}],"responses":{"200":{"description":"OK -- Delete Container operation completed successfully."},"204":{"description":"No Content -- The Container not exist."}},"tags":["BlobContainers"]},"get":{"description":"Gets properties of a specified container. ","operationId":"BlobContainers_Get","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"GetContainers":{"value":"res9871"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"GetContainers":{"value":"sto6217"}}},{"$ref":"#/components/parameters/ContainerName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"GetContainers":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"GetContainers":{"value":"{subscription-id}"}}}],"responses":{"200":{"description":"OK -- Get Container operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlobContainer"},"examples":{"GetContainers":{"$ref":"#/components/examples/GetContainers"}}}}}},"tags":["BlobContainers"]},"patch":{"description":"Updates container properties as specified in request body. Properties not mentioned in the request will be unchanged. Update fails if the specified container doesn't already exist. ","operationId":"BlobContainers_Update","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"UpdateContainers":{"value":"res3376"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"UpdateContainers":{"value":"sto328"}}},{"$ref":"#/components/parameters/ContainerName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"UpdateContainers":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"UpdateContainers":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlobContainer"}}},"description":"Properties to update for the blob container.","required":true},"responses":{"200":{"description":"OK -- Update Container operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlobContainer"},"examples":{"UpdateContainers":{"$ref":"#/components/examples/UpdateContainers"}}}}}},"tags":["BlobContainers"]},"put":{"description":"Creates a new container under the specified account as described by request body. The container resource includes metadata and properties for that container. It does not include a list of the blobs contained by the container. ","operationId":"BlobContainers_Create","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"PutContainers":{"value":"res3376"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"PutContainers":{"value":"sto328"}}},{"$ref":"#/components/parameters/ContainerName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"PutContainers":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"PutContainers":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlobContainer"}}},"description":"Properties of the blob container to create.","required":true},"responses":{"200":{"description":"OK -- The Container is already created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlobContainer"},"examples":{"PutContainers":{"$ref":"#/components/examples/PutContainers"}}}}},"201":{"description":"Created -- Create Container operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlobContainer"},"examples":{"PutContainers":{"$ref":"#/components/examples/PutContainers"}}}}}},"tags":["BlobContainers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/clearLegalHold":{"post":{"description":"Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation. ClearLegalHold clears out only the specified tags in the request.","operationId":"BlobContainers_ClearLegalHold","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"ClearLegalHoldContainers":{"value":"res4303"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"ClearLegalHoldContainers":{"value":"sto7280"}}},{"$ref":"#/components/parameters/ContainerName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"ClearLegalHoldContainers":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"ClearLegalHoldContainers":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LegalHold"}}},"description":"The LegalHold property that will be clear from a blob container.","required":true},"responses":{"200":{"description":"OK -- Clear legal hold tags for Container completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LegalHold"},"examples":{"ClearLegalHoldContainers":{"$ref":"#/components/examples/ClearLegalHoldContainers"}}}}}},"tags":["BlobContainers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/extend":{"post":{"description":"Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action allowed on a Locked policy will be this action. ETag in If-Match is required for this operation.","operationId":"BlobContainers_ExtendImmutabilityPolicy","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"ExtendImmutabilityPolicy":{"value":"res6238"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"ExtendImmutabilityPolicy":{"value":"sto232"}}},{"$ref":"#/components/parameters/ContainerName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"ExtendImmutabilityPolicy":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"ExtendImmutabilityPolicy":{"value":"{subscription-id}"}}},{"description":"The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied.","in":"header","name":"If-Match","required":true,"schema":{"type":"string"},"examples":{"ExtendImmutabilityPolicy":{"value":"\"8d59f830d0c3bf9\""}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImmutabilityPolicy"}}},"description":"The ImmutabilityPolicy Properties that will be extended for a blob container."},"responses":{"200":{"description":"OK -- Extends container ImmutabilityPolicy operation completed successfully..","headers":{"ETag":{"description":"The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImmutabilityPolicy"},"examples":{"ExtendImmutabilityPolicy":{"$ref":"#/components/examples/ExtendImmutabilityPolicy"}}}}}},"tags":["BlobContainers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/lock":{"post":{"description":"Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation.","operationId":"BlobContainers_LockImmutabilityPolicy","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"LockImmutabilityPolicy":{"value":"res2702"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"LockImmutabilityPolicy":{"value":"sto5009"}}},{"$ref":"#/components/parameters/ContainerName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"LockImmutabilityPolicy":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"LockImmutabilityPolicy":{"value":"{subscription-id}"}}},{"description":"The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied.","in":"header","name":"If-Match","required":true,"schema":{"type":"string"},"examples":{"LockImmutabilityPolicy":{"value":"\"8d59f825b721dd3\""}}}],"responses":{"200":{"description":"OK -- Locks container ImmutabilityPolicy operation completed successfully.","headers":{"ETag":{"description":"The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImmutabilityPolicy"},"examples":{"LockImmutabilityPolicy":{"$ref":"#/components/examples/LockImmutabilityPolicy"}}}}}},"tags":["BlobContainers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}":{"delete":{"description":"Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, only way is to delete the container after deleting all blobs inside the container.","operationId":"BlobContainers_DeleteImmutabilityPolicy","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"DeleteImmutabilityPolicy":{"value":"res1581"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"DeleteImmutabilityPolicy":{"value":"sto9621"}}},{"$ref":"#/components/parameters/ContainerName"},{"$ref":"#/components/parameters/ImmutabilityPolicyName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"DeleteImmutabilityPolicy":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"DeleteImmutabilityPolicy":{"value":"{subscription-id}"}}},{"description":"The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied.","in":"header","name":"If-Match","required":true,"schema":{"type":"string"},"examples":{"DeleteImmutabilityPolicy":{"value":"\"8d59f81a7fa7be0\""}}}],"responses":{"200":{"description":"OK -- Deletes container ImmutabilityPolicy operation completed successfully.","headers":{"ETag":{"description":"The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImmutabilityPolicy"},"examples":{"DeleteImmutabilityPolicy":{"$ref":"#/components/examples/DeleteImmutabilityPolicy"}}}}}},"tags":["BlobContainers"]},"get":{"description":"Gets the existing immutability policy along with the corresponding ETag in response headers and body.","operationId":"BlobContainers_GetImmutabilityPolicy","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"GetImmutabilityPolicy":{"value":"res5221"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"GetImmutabilityPolicy":{"value":"sto9177"}}},{"$ref":"#/components/parameters/ContainerName"},{"$ref":"#/components/parameters/ImmutabilityPolicyName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"GetImmutabilityPolicy":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"GetImmutabilityPolicy":{"value":"{subscription-id}"}}},{"description":"The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied.","in":"header","name":"If-Match","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK -- Gets container ImmutabilityPolicy operation completed successfully.","headers":{"ETag":{"description":"The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImmutabilityPolicy"},"examples":{"GetImmutabilityPolicy":{"$ref":"#/components/examples/GetImmutabilityPolicy"}}}}}},"tags":["BlobContainers"]},"put":{"description":"Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not required for this operation.","operationId":"BlobContainers_CreateOrUpdateImmutabilityPolicy","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"CreateOrUpdateImmutabilityPolicy":{"value":"res1782"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"CreateOrUpdateImmutabilityPolicy":{"value":"sto7069"}}},{"$ref":"#/components/parameters/ContainerName"},{"$ref":"#/components/parameters/ImmutabilityPolicyName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"CreateOrUpdateImmutabilityPolicy":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"CreateOrUpdateImmutabilityPolicy":{"value":"{subscription-id}"}}},{"description":"The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied.","in":"header","name":"If-Match","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImmutabilityPolicy"}}},"description":"The ImmutabilityPolicy Properties that will be created or updated to a blob container."},"responses":{"200":{"description":"OK -- Creates or updates container ImmutabilityPolicy operation completed successfully.","headers":{"ETag":{"description":"The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImmutabilityPolicy"},"examples":{"CreateOrUpdateImmutabilityPolicy":{"$ref":"#/components/examples/CreateOrUpdateImmutabilityPolicy"}}}}}},"tags":["BlobContainers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/lease":{"post":{"description":"The Lease Container operation establishes and manages a lock on a container for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite.","operationId":"BlobContainers_Lease","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Acquire a lease on a container":{"value":"res3376"},"Break a lease on a container":{"value":"res3376"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"Acquire a lease on a container":{"value":"sto328"},"Break a lease on a container":{"value":"sto328"}}},{"$ref":"#/components/parameters/ContainerName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"Acquire a lease on a container":{"value":"2019-04-01"},"Break a lease on a container":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"Acquire a lease on a container":{"value":"{subscription-id}"},"Break a lease on a container":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LeaseContainerRequest"}}},"description":"Lease Container request body."},"responses":{"200":{"description":"OK -- Lease Container operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LeaseContainerResponse"},"examples":{"Acquire a lease on a container":{"$ref":"#/components/examples/Acquire_a_lease_on_a_container"},"Break a lease on a container":{"$ref":"#/components/examples/Break_a_lease_on_a_container"}}}}}},"tags":["BlobContainers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/setLegalHold":{"post":{"description":"Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows an append pattern and does not clear out the existing tags that are not specified in the request.","operationId":"BlobContainers_SetLegalHold","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"SetLegalHoldContainers":{"value":"res4303"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"SetLegalHoldContainers":{"value":"sto7280"}}},{"$ref":"#/components/parameters/ContainerName"},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"SetLegalHoldContainers":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"SetLegalHoldContainers":{"value":"{subscription-id}"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LegalHold"}}},"description":"The LegalHold property that will be set to a blob container.","required":true},"responses":{"200":{"description":"OK -- Set legal hold tags for Container completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LegalHold"},"examples":{"SetLegalHoldContainers":{"$ref":"#/components/examples/SetLegalHoldContainers"}}}}}},"tags":["BlobContainers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/{BlobServicesName}":{"get":{"description":"Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.","operationId":"BlobServices_GetServiceProperties","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"GetBlobServices":{"value":"res4410"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"GetBlobServices":{"value":"sto8607"}}},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"GetBlobServices":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"GetBlobServices":{"value":"{subscription-id}"}}},{"$ref":"#/components/parameters/BlobServicesName"}],"responses":{"200":{"description":"OK -- returned the properties of a storage account’s Blob service.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlobServiceProperties"},"examples":{"GetBlobServices":{"$ref":"#/components/examples/GetBlobServices"}}}}}},"tags":["BlobService"]},"put":{"description":"Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. ","operationId":"BlobServices_SetServiceProperties","parameters":[{"description":"The name of the resource group within the user's subscription. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"PutBlobServices":{"value":"res4410"}}},{"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.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":24},"examples":{"PutBlobServices":{"value":"sto8607"}}},{"description":"The API version to use for this operation.","in":"query","name":"api-version","required":true,"schema":{"type":"string","minLength":1},"examples":{"PutBlobServices":{"value":"2019-04-01"}}},{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"PutBlobServices":{"value":"{subscription-id}"}}},{"$ref":"#/components/parameters/BlobServicesName"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlobServiceProperties"}}},"description":"The properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.","required":true},"responses":{"200":{"description":"OK -- Sets The properties of a storage account’s Blob service successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BlobServiceProperties"},"examples":{"PutBlobServices":{"$ref":"#/components/examples/PutBlobServices"}}}}}},"tags":["BlobService"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"ListBlobServices":{"value":{"value":[{"id":"/subscriptions/{subscription-id}/resourceGroups/res4410/providers/Microsoft.Storage/storageAccounts/sto8607/blobServices/default","name":"default","properties":{"automaticSnapshotPolicyEnabled":true,"changeFeed":{"enabled":true},"cors":{"corsRules":[{"allowedHeaders":["x-ms-meta-abc","x-ms-meta-data*","x-ms-meta-target*"],"allowedMethods":["GET","HEAD","POST","OPTIONS","MERGE","PUT"],"allowedOrigins":["http://www.contoso.com","http://www.fabrikam.com"],"exposedHeaders":["x-ms-meta-*"],"maxAgeInSeconds":100},{"allowedHeaders":["*"],"allowedMethods":["GET"],"allowedOrigins":["*"],"exposedHeaders":["*"],"maxAgeInSeconds":2},{"allowedHeaders":["x-ms-meta-12345675754564*"],"allowedMethods":["GET","PUT"],"allowedOrigins":["http://www.abc23.com","https://www.fabrikam.com/*"],"exposedHeaders":["x-ms-meta-abc","x-ms-meta-data*","x -ms-meta-target*"],"maxAgeInSeconds":2000}]},"defaultServiceVersion":"2017-07-29","deleteRetentionPolicy":{"days":300,"enabled":true}},"type":"Microsoft.Storage/storageAccounts/blobServices"}]}},"ListContainers":{"value":{"nextLink":"https://sto1590endpoint/subscriptions/{subscription-id}/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers?api-version=2019-04-01&$maxpagesize=2&$skipToken=/sto1590/container5103","value":[{"etag":"\"0x8D589847D51C7DE\"","id":"/subscriptions/{subscription-id}/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644","name":"container1644","properties":{"hasImmutabilityPolicy":false,"hasLegalHold":false,"lastModifiedTime":"2018-03-14T08:20:47Z","leaseState":"Available","leaseStatus":"Unlocked","publicAccess":"Container"},"type":"Microsoft.Storage/storageAccounts/blobServices/containers"},{"etag":"\"0x8D589847DAB5AF9\"","id":"/subscriptions/{subscription-id}/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052","name":"container4052","properties":{"hasImmutabilityPolicy":false,"hasLegalHold":false,"lastModifiedTime":"2018-03-14T08:20:47Z","leaseState":"Available","leaseStatus":"Unlocked","publicAccess":"None"},"type":"Microsoft.Storage/storageAccounts/blobServices/containers"}]}},"GetContainers":{"value":{"etag":"\"0x8D592D74CC20EBA\"","id":"/subscriptions/{subscription-id}/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634","name":"container1634","properties":{"hasImmutabilityPolicy":true,"hasLegalHold":true,"immutabilityPolicy":{"etag":"\"8d592d74cb3011a\"","properties":{"immutabilityPeriodSinceCreationInDays":100,"state":"Locked"},"updateHistory":[{"immutabilityPeriodSinceCreationInDays":3,"objectIdentifier":"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","timestamp":"2018-03-26T05:06:11.431403Z","update":"put"},{"immutabilityPeriodSinceCreationInDays":3,"objectIdentifier":"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","timestamp":"2018-03-26T05:06:13.0907641Z","update":"lock"},{"immutabilityPeriodSinceCreationInDays":100,"objectIdentifier":"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","timestamp":"2018-03-26T05:06:14.7097716Z","update":"extend"}]},"lastModifiedTime":"2018-03-26T05:06:14Z","leaseState":"Available","leaseStatus":"Unlocked","legalHold":{"hasLegalHold":true,"tags":[{"objectIdentifier":"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b","tag":"tag1","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","timestamp":"2018-03-26T05:06:09.6964643Z"},{"objectIdentifier":"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b","tag":"tag2","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","timestamp":"2018-03-26T05:06:09.6964643Z"},{"objectIdentifier":"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b","tag":"tag3","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","timestamp":"2018-03-26T05:06:09.6964643Z"}]},"publicAccess":"None"},"type":"Microsoft.Storage/storageAccounts/blobServices/containers"}},"UpdateContainers":{"value":{"id":"/subscriptions/{subscription-id}/resourceGroups/res3376/providers/Microsoft.Storage/storageAccounts/sto328/blobServices/default/containers/container6185","name":"container6185","properties":{"hasImmutabilityPolicy":false,"hasLegalHold":false,"metadata":{"metadata":"true"},"publicAccess":"Container"},"type":"Microsoft.Storage/storageAccounts/blobServices/containers"}},"PutContainers":{"value":{"id":"/subscriptions/{subscription-id}/resourceGroups/res3376/providers/Microsoft.Storage/storageAccounts/sto328/blobServices/default/containers/container6185","name":"container6185","type":"Microsoft.Storage/storageAccounts/blobServices/containers"}},"ClearLegalHoldContainers":{"value":{"hasLegalHold":false,"tags":[]}},"ExtendImmutabilityPolicy":{"value":{"etag":"\"8d57a8b2ff50332\"","id":"/subscriptions/{subscription-id}/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default","name":"default","properties":{"immutabilityPeriodSinceCreationInDays":100,"state":"Locked"},"type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies"}},"LockImmutabilityPolicy":{"value":{"etag":"\"8d57a8a5edb084a\"","id":"/subscriptions/{subscription-id}/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default","name":"default","properties":{"immutabilityPeriodSinceCreationInDays":3,"state":"Locked"},"type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies"}},"DeleteImmutabilityPolicy":{"value":{"etag":"\"8d59f81a87b40c0\"","id":"/subscriptions/{subscription-id}/resourceGroups/res1581/providers/Microsoft.Storage/storageAccounts/sto9621/blobServices/default/containers/container4910/immutabilityPolicies/default","name":"default","properties":{"immutabilityPeriodSinceCreationInDays":0,"state":"Unlocked"},"type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies"}},"GetImmutabilityPolicy":{"value":{"etag":"\"8d59f828e64b75c\"","id":"/subscriptions/{subscription-id}/resourceGroups/res5221/providers/Microsoft.Storage/storageAccounts/sto9177/blobServices/default/containers/container3489/immutabilityPolicies/default","name":"default","properties":{"immutabilityPeriodSinceCreationInDays":5,"state":"Unlocked"},"type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies"}},"CreateOrUpdateImmutabilityPolicy":{"value":{"etag":"\"8d59f830cb130e5\"","id":"/subscriptions/{subscription-id}/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto7069/blobServices/default/containers/container6397/immutabilityPolicies/default","name":"default","properties":{"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"},"type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies"}},"Acquire_a_lease_on_a_container":{"value":{"leaseId":"8698f513-fa75-44a1-b8eb-30ba336af27d"}},"Break_a_lease_on_a_container":{"value":{"leaseTimeSeconds":"0"}},"SetLegalHoldContainers":{"value":{"hasLegalHold":true,"tags":["tag1","tag2","tag3"]}},"GetBlobServices":{"value":{"id":"/subscriptions/{subscription-id}/resourceGroups/res4410/providers/Microsoft.Storage/storageAccounts/sto8607/blobServices/default","name":"default","properties":{"automaticSnapshotPolicyEnabled":true,"changeFeed":{"enabled":true},"cors":{"corsRules":[{"allowedHeaders":["x-ms-meta-abc","x-ms-meta-data*","x-ms-meta-target*"],"allowedMethods":["GET","HEAD","POST","OPTIONS","MERGE","PUT"],"allowedOrigins":["http://www.contoso.com","http://www.fabrikam.com"],"exposedHeaders":["x-ms-meta-*"],"maxAgeInSeconds":100},{"allowedHeaders":["*"],"allowedMethods":["GET"],"allowedOrigins":["*"],"exposedHeaders":["*"],"maxAgeInSeconds":2},{"allowedHeaders":["x-ms-meta-12345675754564*"],"allowedMethods":["GET","PUT"],"allowedOrigins":["http://www.abc23.com","https://www.fabrikam.com/*"],"exposedHeaders":["x-ms-meta-abc","x-ms-meta-data*","x -ms-meta-target*"],"maxAgeInSeconds":2000}]},"defaultServiceVersion":"2017-07-29","deleteRetentionPolicy":{"days":300,"enabled":true}},"type":"Microsoft.Storage/storageAccounts/blobServices"}},"PutBlobServices":{"value":{"id":"/subscriptions/{subscription-id}/resourceGroups/res4410/providers/Microsoft.Storage/storageAccounts/sto8607/blobServices/default","name":"default","properties":{"automaticSnapshotPolicyEnabled":true,"changeFeed":{"enabled":true},"cors":{"corsRules":[{"allowedHeaders":["x-ms-meta-abc","x-ms-meta-data*","x-ms-meta-target*"],"allowedMethods":["GET","HEAD","POST","OPTIONS","MERGE","PUT"],"allowedOrigins":["http://www.contoso.com","http://www.fabrikam.com"],"exposedHeaders":["x-ms-meta-*"],"maxAgeInSeconds":100},{"allowedHeaders":["*"],"allowedMethods":["GET"],"allowedOrigins":["*"],"exposedHeaders":["*"],"maxAgeInSeconds":2},{"allowedHeaders":["x-ms-meta-12345675754564*"],"allowedMethods":["GET","PUT"],"allowedOrigins":["http://www.abc23.com","https://www.fabrikam.com/*"],"exposedHeaders":["x-ms-meta-abc","x-ms-meta-data*","x -ms-meta-target*"],"maxAgeInSeconds":2000}]},"defaultServiceVersion":"2017-07-29","deleteRetentionPolicy":{"days":300,"enabled":true}},"type":"Microsoft.Storage/storageAccounts/blobServices"}}},"parameters":{"BlobServicesName":{"description":"The name of the blob Service within the specified storage account. Blob Service Name must be 'default'","in":"path","name":"BlobServicesName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","enum":["default"]},"examples":{"GetBlobServices":{"value":"default"},"PutBlobServices":{"value":"default"}}},"ContainerName":{"description":"The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number.","in":"path","name":"containerName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":63},"examples":{"DeleteContainers":{"value":"container9689"},"GetContainers":{"value":"container1634"},"UpdateContainers":{"value":"container6185"},"PutContainers":{"value":"container6185"},"ClearLegalHoldContainers":{"value":"container8723"},"ExtendImmutabilityPolicy":{"value":"container5023"},"LockImmutabilityPolicy":{"value":"container1631"},"DeleteImmutabilityPolicy":{"value":"container4910"},"GetImmutabilityPolicy":{"value":"container3489"},"CreateOrUpdateImmutabilityPolicy":{"value":"container6397"},"Acquire a lease on a container":{"value":"container6185"},"Break a lease on a container":{"value":"container6185"},"SetLegalHoldContainers":{"value":"container8723"}}},"ImmutabilityPolicyName":{"description":"The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default'","in":"path","name":"immutabilityPolicyName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","enum":["default"]},"examples":{"DeleteImmutabilityPolicy":{"value":"default"},"GetImmutabilityPolicy":{"value":"default"},"CreateOrUpdateImmutabilityPolicy":{"value":"default"}}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"BlobContainer":{"allOf":[{"allOf":[{"properties":{"id":{"description":"Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}","readOnly":true,"type":"string"},"name":{"description":"The name of the resource","readOnly":true,"type":"string"},"type":{"description":"The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true}],"description":"The resource model definition for a Azure Resource Manager resource with an etag.","properties":{"etag":{"description":"Resource Etag.","readOnly":true,"type":"string"}},"x-ms-client-name":"AzureEntityResource"}],"description":"Properties of the blob container, including Id, resource name, resource type, Etag.","properties":{"properties":{"$ref":"#/components/schemas/ContainerProperties"}}},"BlobServiceItems":{"properties":{"value":{"description":"List of blob services returned.","items":{"$ref":"#/components/schemas/BlobServiceProperties"},"readOnly":true,"type":"array"}}},"BlobServiceProperties":{"allOf":[{"properties":{"id":{"description":"Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}","readOnly":true,"type":"string"},"name":{"description":"The name of the resource","readOnly":true,"type":"string"},"type":{"description":"The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.","readOnly":true,"type":"string"}},"x-ms-azure-resource":tr