Share via


DataBoundary.DataBoundariesPutViaJsonStringWithResult Method

Definition

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

Parameters

jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to