SpringCloud.ServiceRegistriesCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IServiceRegistryResource> ServiceRegistriesCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string serviceName, string serviceRegistryName, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.ISendAsync sender);
member this.ServiceRegistriesCreateOrUpdateWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IServiceRegistryResource>
Public Function ServiceRegistriesCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, serviceName As String, serviceRegistryName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IServiceRegistryResource)

Parameters

subscriptionId
String
resourceGroupName
String
serviceName
String
serviceRegistryName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to