AppConfigurationdata.GetOperationDetailsViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IOperationDetails> GetOperationDetailsViaIdentityWithResult(string viaIdentity, string xMSClientRequestId, string snapshot, string endpoint, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.ISendAsync sender);
member this.GetOperationDetailsViaIdentityWithResult : string * 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 GetOperationDetailsViaIdentityWithResult (viaIdentity As String, xMSClientRequestId As String, snapshot As String, endpoint As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IOperationDetails)

Parameters

viaIdentity
String
xMSClientRequestId
String
snapshot
String
endpoint
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to