Freigeben über


Cdn.AfdOriginsCreateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdOrigin> AfdOriginsCreateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string profileName, string originGroupName, string originName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.ISendAsync sender);
member this.AfdOriginsCreateViaJsonStringWithResult : string * 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.IAfdOrigin>
Public Function AfdOriginsCreateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, profileName As String, originGroupName As String, originName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IAfdOrigin)

Parameters

subscriptionId
String
resourceGroupName
String
profileName
String
originGroupName
String
originName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to