IContainerGroupProperties.IdentityPrincipalId Property

Definition

The principal id of the container group identity. This property will only be provided for a system assigned identity.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The principal id of the container group identity. This property will only be provided for a system assigned identity.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="principalId")]
public string IdentityPrincipalId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The principal id of the container group identity. This property will only be provided for a system assigned identity.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="principalId")>]
member this.IdentityPrincipalId : string
Public ReadOnly Property IdentityPrincipalId As String

Property Value

Attributes

Applies to