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 Virtual Machinesを無効にします。

(継承元 IWithConfigurations)
WithDeploymentEnabled()

Azure Virtual Machines を有効にして、シークレットとして格納されている証明書をキー コンテナーから取得します。

(継承元 IWithConfigurations)
WithDiskEncryptionDisabled()

Azure Disk Encryption を無効にしてコンテナーからシークレットを取得し、キーのラップを解除します。

(継承元 IWithConfigurations)
WithDiskEncryptionEnabled()

Azure Disk Encryption を有効にして、コンテナーからシークレットを取得し、キーのラップを解除します。

(継承元 IWithConfigurations)
WithEmptyAccessPolicy()

アクセス ポリシーをアタッチしません。

(継承元 IWithAccessPolicy)
WithSku(SkuName)

キー コンテナーの SKU を指定します。

(継承元 IWithSku)
WithSoftDeleteEnabled()

キー コンテナーの論理的な削除を有効にします。

(継承元 IWithConfigurations)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IDefinitionWithTags<T>)
WithTemplateDeploymentDisabled()

Azure Resource Managerを無効にして、キー コンテナーからシークレットを取得します。

(継承元 IWithConfigurations)
WithTemplateDeploymentEnabled()

Azure Resource Managerを有効にして、キー コンテナーからシークレットを取得します。

(継承元 IWithConfigurations)

適用対象