VaultModelUpdate Class

Definition

Vault model update.

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

Constructors

Name Description
VaultModelUpdate()

Creates an new VaultModelUpdate instance.

Properties

Name Description
Id

Gets or sets the Id of the resource.

IdentityPrincipalId

Gets or sets the object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.

IdentityTenantId

Gets or sets a Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.

IdentityType

Gets or sets the identityType which can be either SystemAssigned or None.

Name

Gets or sets the name of the resource.

Property

Vault properties.

ProvisioningState

Gets or sets the provisioning state of the vault.

ServiceResourceId

Gets or sets the service resource Id.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

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

Name Description
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.Api20240901.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