다음을 통해 공유


Cdn.AfdEndpointsUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdEndpoint> AfdEndpointsUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string profileName, string endpointName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.ISendAsync sender);
member this.AfdEndpointsUpdateViaJsonStringWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdEndpoint>
Public Function AfdEndpointsUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, profileName As String, endpointName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IAfdEndpoint)

Parameters

subscriptionId
String
resourceGroupName
String
profileName
String
endpointName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to