IHybridIdentityMetadata.IdentityType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The identity type.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.PSArgumentCompleter(new System.String[] { "SystemAssigned" })]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=false, Description="The identity type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="type", Update=false)]
public string IdentityType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.PSArgumentCompleter(new System.String[] { "SystemAssigned" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=false, Description="The identity type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="type", Update=false)>]
member this.IdentityType : string
Public ReadOnly Property IdentityType As String
Property Value
- Attributes