IBlobServicesOperations Interface
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.
BlobServicesOperations operations.
public interface IBlobServicesOperations
type IBlobServicesOperations = interface
Public Interface IBlobServicesOperations
Methods
GetServicePropertiesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
List blob services of storage account. It returns a collection of one object named default. |
SetServicePropertiesWithHttpMessagesAsync(String, String, BlobServiceProperties, Dictionary<String,List<String>>, CancellationToken) |
Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
Extension 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