KubernetesRuntime.ServicesCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IServiceResource> ServicesCreateOrUpdateWithResult(string resourceUri, string serviceName, Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IServiceResource 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.ServicesCreateOrUpdateWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Models.IServiceResource * 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.IServiceResource>
Public Function ServicesCreateOrUpdateWithResult (resourceUri As String, serviceName As String, body As IServiceResource, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IServiceResource)

Parameters

resourceUri
String
serviceName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to