Vault Class

Definition

Resource information, as returned by the resource provider.

public class Vault : Microsoft.Azure.Management.RecoveryServices.Models.TrackedResource
type Vault = class
    inherit TrackedResource
Public Class Vault
Inherits TrackedResource
Inheritance

Constructors

Vault()

Initializes a new instance of the Vault class.

Vault(String, String, String, String, String, IDictionary<String,String>, IdentityData, VaultProperties, Sku, SystemData)

Initializes a new instance of the Vault class.

Properties

Etag

Gets or sets optional ETag.

(Inherited from Resource)
Id

Gets resource Id represents the complete path to the resource.

(Inherited from Resource)
Identity
Location

Gets or sets resource location.

(Inherited from TrackedResource)
Name

Gets resource name associated with the resource.

(Inherited from Resource)
Properties
Sku
SystemData
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to