BlobServicesOperations interface
Interface representing a BlobServices operations.
Properties
| get |
Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
| list | List blob services of storage account. It returns a collection of one object named default. |
| set |
Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
Property Details
getServiceProperties
Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
getServiceProperties: (resourceGroupName: string, accountName: string, options?: BlobServicesGetServicePropertiesOptionalParams) => Promise<BlobServiceProperties>
Property Value
(resourceGroupName: string, accountName: string, options?: BlobServicesGetServicePropertiesOptionalParams) => Promise<BlobServiceProperties>
list
List blob services of storage account. It returns a collection of one object named default.
list: (resourceGroupName: string, accountName: string, options?: BlobServicesListOptionalParams) => PagedAsyncIterableIterator<BlobServiceProperties, BlobServiceProperties[], PageSettings>
Property Value
(resourceGroupName: string, accountName: string, options?: BlobServicesListOptionalParams) => PagedAsyncIterableIterator<BlobServiceProperties, BlobServiceProperties[], PageSettings>
setServiceProperties
Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
setServiceProperties: (resourceGroupName: string, accountName: string, parameters: BlobServiceProperties, options?: BlobServicesSetServicePropertiesOptionalParams) => Promise<BlobServiceProperties>
Property Value
(resourceGroupName: string, accountName: string, parameters: BlobServiceProperties, options?: BlobServicesSetServicePropertiesOptionalParams) => Promise<BlobServiceProperties>