Partilhar via


VaultCreateOrUpdateParameters Class

Definition

Parameters for creating or updating a vault

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.VaultCreateOrUpdateParametersTypeConverter))]
public class VaultCreateOrUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.IVaultCreateOrUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.VaultCreateOrUpdateParametersTypeConverter))>]
type VaultCreateOrUpdateParameters = class
    interface IVaultCreateOrUpdateParameters
    interface IJsonSerializable
Public Class VaultCreateOrUpdateParameters
Implements IVaultCreateOrUpdateParameters
Inheritance
VaultCreateOrUpdateParameters
Attributes
Implements

Constructors

VaultCreateOrUpdateParameters()

Creates an new VaultCreateOrUpdateParameters instance.

Properties

AccessPolicy

An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When createMode is set to recover, access policies are not required. Otherwise, access policies are required.

CreateMode

The vault's create mode to indicate whether the vault need to be recovered or not.

EnabledForDeployment

Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.

EnabledForDiskEncryption

Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.

EnabledForTemplateDeployment

Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.

EnablePurgeProtection

Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.

EnableSoftDelete

Property specifying whether recoverable deletion is enabled for this key vault. Setting this property to true activates the soft delete feature, whereby vaults or vault entities can be recovered after deletion. Enabling this functionality is irreversible - that is, the property does not accept false as its value.

Location

The supported Azure location where the key vault should be created.

SkuFamily

SKU family name

SkuName

SKU name to specify whether the key vault is a standard vault or a premium vault.

Tag

The tags that will be assigned to the key vault.

TenantId

The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.

VaultUri

The URI of the vault for performing operations on keys and secrets.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VaultCreateOrUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VaultCreateOrUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.IVaultCreateOrUpdateParameters.

FromJsonString(String)

Creates a new instance of VaultCreateOrUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VaultCreateOrUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to