Share via


GuestConfiguration.GuestConfigurationAssignmentReportsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IGuestConfigurationAssignmentReport> GuestConfigurationAssignmentReportsGetWithResult(string subscriptionId, string resourceGroupName, string guestConfigurationAssignmentName, string reportId, string vmName, Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.ISendAsync sender);
member this.GuestConfigurationAssignmentReportsGetWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IGuestConfigurationAssignmentReport>
Public Function GuestConfigurationAssignmentReportsGetWithResult (subscriptionId As String, resourceGroupName As String, guestConfigurationAssignmentName As String, reportId As String, vmName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IGuestConfigurationAssignmentReport)

Parameters

subscriptionId
String
resourceGroupName
String
guestConfigurationAssignmentName
String
reportId
String
vmName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to