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

IDefinition 接口

定义

BlobServiceProperties 定义的全部内容。

public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties>, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IBlank, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate
type IDefinition = interface
    interface IBlank
    interface IWithStorageAccount
    interface IWithCreate
    interface ICreatable<IBlobServiceProperties>
    interface IIndexable
    interface IWithCors
    interface IWithDefaultServiceVersion
    interface IWithDeleteRetentionPolicy
Public Interface IDefinition
Implements IBlank, ICreatable(Of IBlobServiceProperties), IWithCreate
派生
实现

属性

Key

BlobServiceProperties 定义的全部内容。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行它。

(继承自 ICreatable<T>)
WithCORSRule(CorsRule)

指定单个 CORS 规则。

(继承自 IWithCors)
WithCORSRules(IList<CorsRule>)

指定所有 CORS 规则。

(继承自 IWithCors)
WithDefaultServiceVersion(String)

指定 defaultServiceVersion。

(继承自 IWithDefaultServiceVersion)
WithDeleteRetentionPolicy(DeleteRetentionPolicy)

指定 deleteRetentionPolicy。

(继承自 IWithDeleteRetentionPolicy)
WithDeleteRetentionPolicyDisabled()

指定禁用删除保留策略。

(继承自 IWithDeleteRetentionPolicy)
WithDeleteRetentionPolicyEnabled(Int32)

指定为软删除启用删除保留策略。

(继承自 IWithDeleteRetentionPolicy)
WithExistingStorageAccount(String, String)

指定 resourceGroupName、accountName。

(继承自 IWithStorageAccount)

适用于