Freigeben über


MonitoringSolutions.ManagementAssociationsCreateOrUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IManagementAssociation> ManagementAssociationsCreateOrUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string providerName, string resourceType, string resourceName, string managementAssociationName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Runtime.ISendAsync sender);
member this.ManagementAssociationsCreateOrUpdateViaJsonStringWithResult : string * string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IManagementAssociation>
Public Function ManagementAssociationsCreateOrUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, providerName As String, resourceType As String, resourceName As String, managementAssociationName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IManagementAssociation)

Parameters

subscriptionId
String
resourceGroupName
String
providerName
String
resourceType
String
resourceName
String
managementAssociationName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to