Share via


IGuestConfigurationIdentity.ReportId Property

Definition

The GUID for the guest configuration assignment report.

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="The GUID for the guest configuration assignment report.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="reportId")]
public string ReportId { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=true, Description="The GUID for the guest configuration assignment report.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="reportId", Update=true)]
public string ReportId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="The GUID for the guest configuration assignment report.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="reportId")>]
member this.ReportId : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=true, Description="The GUID for the guest configuration assignment report.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="reportId", Update=true)>]
member this.ReportId : string with get, set
Public Property ReportId As String

Property Value

Attributes

Applies to