VaultCreateOrUpdateParameters Class

Definition

Parameters for creating or updating a vault

public class VaultCreateOrUpdateParameters : Microsoft.Rest.Azure.IResource
type VaultCreateOrUpdateParameters = class
    interface IResource
Public Class VaultCreateOrUpdateParameters
Implements IResource
Inheritance
VaultCreateOrUpdateParameters
Implements

Constructors

VaultCreateOrUpdateParameters()

Initializes a new instance of the VaultCreateOrUpdateParameters class.

VaultCreateOrUpdateParameters(String, VaultProperties, IDictionary<String,String>)

Initializes a new instance of the VaultCreateOrUpdateParameters class.

Properties

Location

Gets or sets the supported Azure location where the key vault should be created.

Properties

Gets or sets properties of the vault

Tags

Gets or sets the tags that will be assigned to the key vault.

Methods

Validate()

Validate the object.

Applies to