StackHci.ArcSettingsCreateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IArcSetting> ArcSettingsCreateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string clusterName, string arcSettingName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.ISendAsync sender);
member this.ArcSettingsCreateViaJsonStringWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IArcSetting>
Public Function ArcSettingsCreateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, clusterName As String, arcSettingName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IArcSetting)

Parameters

subscriptionId
String
resourceGroupName
String
clusterName
String
arcSettingName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to