VaultCreateOrUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET