IServer.IdentityType Property

Definition

The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.

[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.IdentityType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.IdentityType? IdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.IdentityType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.IdentityType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.IdentityType> with get, set
Public Property IdentityType As Nullable(Of IdentityType)

Property Value

Attributes

Applies to