KubernetesRuntime.ServicesCreateOrUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IServiceResource> ServicesCreateOrUpdateViaJsonStringWithResult(string resourceUri, string serviceName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.ISendAsync sender);
member this.ServicesCreateOrUpdateViaJsonStringWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IServiceResource>
Public Function ServicesCreateOrUpdateViaJsonStringWithResult (resourceUri As String, serviceName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IServiceResource)

Parameters

resourceUri
String
serviceName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to