IResourceIdentity.Type 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.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "None", "SystemAssigned" })]
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="type", Update=true)]
public string Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "None", "SystemAssigned" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="type", Update=true)>]
member this.Type : string with get, set
Public Property Type As String

Property Value

Attributes

Applies to