IVaultModelUpdate.IdentityType Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the identityType which can be either SystemAssigned or None.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VaultIdentityType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VaultIdentityType? IdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the identityType which can be either SystemAssigned or None.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VaultIdentityType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.IdentityType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VaultIdentityType> with get, set
Public Property IdentityType As Nullable(Of VaultIdentityType)

Property Value

Attributes

Applies to