Server.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.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Origin(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.IdentityType? IdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Origin(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.PropertyOrigin.Inlined)>]
member this.IdentityType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.IdentityType> with get, set
Public Property IdentityType As Nullable(Of IdentityType)

Property Value

Implements

Attributes

Applies to