Share via


IVaultModel.VaultType Property

Definition

Gets or sets the type of vault.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the type of vault.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ReplicationVaultType) }, ReadOnly=false, Required=false, SerializedName="vaultType")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ReplicationVaultType? VaultType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the type of vault.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ReplicationVaultType) }, ReadOnly=false, Required=false, SerializedName="vaultType")>]
member this.VaultType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ReplicationVaultType> with get, set
Public Property VaultType As Nullable(Of ReplicationVaultType)

Property Value

Attributes

Applies to