AppConfigurationdata.DeleteKeyValueViaIdentityWithResult Method

Definition

Overloads

DeleteKeyValueViaIdentityWithResult(String, String, String, String, String, IEventListener, ISendAsync)

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValue> DeleteKeyValueViaIdentityWithResult(string viaIdentity, string syncToken, string ifMatch, string label, string endpoint, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.ISendAsync sender);
member this.DeleteKeyValueViaIdentityWithResult : 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.IKeyValue>
Public Function DeleteKeyValueViaIdentityWithResult (viaIdentity As String, syncToken As String, ifMatch As String, label As String, endpoint As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IKeyValue)

Parameters

viaIdentity
String
syncToken
String
ifMatch
String
label
String
endpoint
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to

DeleteKeyValueViaIdentityWithResult(String, String, String, String, String, String, IEventListener, ISendAsync)

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

Parameters

viaIdentity
String
syncToken
String
ifMatch
String
xMSClientRequestId
String
label
String
endpoint
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to