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

IWithCreate 接口

定义

具有足够输入的密钥保管库定义,用于在云中创建新存储帐户,但公开其他可选输入以指定。

public interface IWithCreate : Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithAccessPolicy, Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithConfigurations, Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.KeyVault.Fluent.IVault>
type IWithCreate = interface
    interface ICreatable<IVault>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithSku
    interface IWithConfigurations
    interface IWithAccessPolicy
Public Interface IWithCreate
Implements ICreatable(Of IVault), IDefinitionWithTags(Of IWithCreate), IWithAccessPolicy, IWithConfigurations, IWithSku
派生
实现

属性

Key

具有足够输入的密钥保管库定义,用于在云中创建新存储帐户,但公开其他可选输入以指定。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

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

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

(继承自 ICreatable<T>)
DefineAccessPolicy()

开始定义要添加到此密钥保管库的新访问策略。

(继承自 IWithAccessPolicy)
WithAccessPolicy(IAccessPolicy)

附加现有访问策略。

(继承自 IWithAccessPolicy)
WithDeploymentDisabled()

禁用 Azure 虚拟机以从密钥保管库检索存储为机密的证书。

(继承自 IWithConfigurations)
WithDeploymentEnabled()

启用 Azure 虚拟机以从密钥保管库检索存储为机密的证书。

(继承自 IWithConfigurations)
WithDiskEncryptionDisabled()

禁用 Azure 磁盘加密以从保管库中检索机密并解包密钥。

(继承自 IWithConfigurations)
WithDiskEncryptionEnabled()

启用 Azure 磁盘加密以从保管库中检索机密并解包密钥。

(继承自 IWithConfigurations)
WithEmptyAccessPolicy()

附加无访问策略。

(继承自 IWithAccessPolicy)
WithSku(SkuName)

指定密钥保管库的 SKU。

(继承自 IWithSku)
WithSoftDeleteEnabled()

为密钥保管库启用软删除。

(继承自 IWithConfigurations)
WithTag(String, String)

将标记添加到资源。

(继承自 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IDefinitionWithTags<T>)
WithTemplateDeploymentDisabled()

禁用 Azure 资源管理器以从密钥保管库检索机密。

(继承自 IWithConfigurations)
WithTemplateDeploymentEnabled()

启用 Azure 资源管理器以从密钥保管库检索机密。

(继承自 IWithConfigurations)

适用于