Share via


VaultModelUpdate Class

Definition

Vault model for update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VaultModelUpdateTypeConverter))]
public class VaultModelUpdate : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVaultModelUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VaultModelUpdateTypeConverter))>]
type VaultModelUpdate = class
    interface IVaultModelUpdate
    interface IJsonSerializable
Public Class VaultModelUpdate
Implements IVaultModelUpdate
Inheritance
VaultModelUpdate
Attributes
Implements

Constructors

VaultModelUpdate()

Creates an new VaultModelUpdate instance.

Properties

Id

Gets or sets the Id of the resource.

Name

Gets or sets the name of the resource.

ProvisioningState

Gets or sets the provisioning state of the vault.

ServiceResourceId

Gets or sets the service resource Id.

SystemDataCreatedAt

Gets or sets the timestamp of resource creation (UTC).

SystemDataCreatedBy

Gets or sets identity that created the resource.

SystemDataCreatedByType

Gets or sets the type of identity that created the resource: user, application, managedIdentity.

SystemDataLastModifiedAt

Gets or sets the timestamp of resource last modification (UTC).

SystemDataLastModifiedBy

Gets or sets the identity that last modified the resource.

SystemDataLastModifiedByType

Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.

Tag

Gets or sets the resource tags.

Type

Gets or sets the type of the resource.

VaultType

Gets or sets the type of vault.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VaultModelUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VaultModelUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVaultModelUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VaultModelUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to