KubernetesRuntime.BgpPeersCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IBgpPeer> BgpPeersCreateOrUpdateWithResult(string resourceUri, string bgpPeerName, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IBgpPeer body, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.BgpPeersCreateOrUpdateWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IBgpPeer * Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IBgpPeer>
Public Function BgpPeersCreateOrUpdateWithResult (resourceUri As String, bgpPeerName As String, body As IBgpPeer, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IBgpPeer)

Parameters

resourceUri
String
bgpPeerName
String
body
IBgpPeer
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to