Share via


VaultModelProperties Class

Definition

Vault properties.

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

Constructors

VaultModelProperties()

Creates an new VaultModelProperties instance.

Properties

ProvisioningState

Gets or sets the provisioning state of the vault.

ServiceResourceId

Gets or sets the service resource Id.

VaultType

Gets or sets the type of vault.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VaultModelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VaultModelProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VaultModelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to