Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IBlobServices 接口

定义

表示 BlobServices 的类型。

public interface IBlobServices : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.IBlobServicesOperations>
type IBlobServices = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface IHasInner<IBlobServicesOperations>
Public Interface IBlobServices
Implements IBeta, IHasInner(Of IBlobServicesOperations), ISupportsCreating(Of IBlank)
派生
实现

属性

Inner

表示 BlobServices 的类型。

(继承自 IHasInner<T>)

方法

Define(String)

表示 BlobServices 的类型。

(继承自 ISupportsCreating<T>)
GetServicePropertiesAsync(String, String, CancellationToken)

获取存储帐户的 Blob 服务的属性,包括 存储分析 和 CORS (跨域资源共享) 规则的属性。

适用于