AppConfigurationdata.GetOperationDetailsWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IOperationDetails> GetOperationDetailsWithResult(string xMSClientRequestId, string snapshot, string endpoint, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.ISendAsync sender);
member this.GetOperationDetailsWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IOperationDetails>
Public Function GetOperationDetailsWithResult (xMSClientRequestId As String, snapshot As String, endpoint As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IOperationDetails)

Parameters

xMSClientRequestId
String
snapshot
String
endpoint
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to