BlobServicesOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for BlobServicesOperations.
public static class BlobServicesOperationsExtensions
type BlobServicesOperationsExtensions = class
Public Module BlobServicesOperationsExtensions
- Inheritance
-
BlobServicesOperationsExtensions
Methods
GetServiceProperties(IBlobServicesOperations, String, String) |
Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
GetServicePropertiesAsync(IBlobServicesOperations, String, String, CancellationToken) |
Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
List(IBlobServicesOperations, String, String) |
List blob services of storage account. It returns a collection of one object named default. |
ListAsync(IBlobServicesOperations, String, String, CancellationToken) |
List blob services of storage account. It returns a collection of one object named default. |
SetServiceProperties(IBlobServicesOperations, String, String, BlobServiceProperties) |
Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
SetServicePropertiesAsync(IBlobServicesOperations, String, String, BlobServiceProperties, CancellationToken) |
Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
Applies to
Azure SDK for .NET