Share via


AppConfigurationdata.GetKeysWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyListResult> GetKeysWithResult (string syncToken, string acceptDatetime, string name, string after, string endpoint, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.ISendAsync sender);
member this.GetKeysWithResult : string * 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.IKeyListResult>
Public Function GetKeysWithResult (syncToken As String, acceptDatetime As String, name As String, after As String, endpoint As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IKeyListResult)

Parameters

syncToken
String
acceptDatetime
String
name
String
after
String
endpoint
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to