Share via


GuestConfiguration.GuestConfigurationAssignmentsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IGuestConfigurationAssignment> GuestConfigurationAssignmentsGetWithResult(string subscriptionId, string resourceGroupName, string guestConfigurationAssignmentName, string vmName, Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.ISendAsync sender);
member this.GuestConfigurationAssignmentsGetWithResult : 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.IGuestConfigurationAssignment>
Public Function GuestConfigurationAssignmentsGetWithResult (subscriptionId As String, resourceGroupName As String, guestConfigurationAssignmentName As String, vmName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IGuestConfigurationAssignment)

Parameters

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

Returns

Applies to