Share via


IVirtualMachineRunCommand.OutputBlobManagedIdentityObjectId Property

Definition

Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="objectId")]
public string OutputBlobManagedIdentityObjectId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="objectId")>]
member this.OutputBlobManagedIdentityObjectId : string with get, set
Public Property OutputBlobManagedIdentityObjectId As String

Property Value

Attributes

Applies to