MonitorWorkspace.IssueCreateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IIssueResource> IssueCreateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string azureMonitorWorkspaceName, string issueName, string related, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.ISendAsync sender);
member this.IssueCreateViaJsonStringWithResult : string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IIssueResource>
Public Function IssueCreateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, azureMonitorWorkspaceName As String, issueName As String, related As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IIssueResource)

Parameters

subscriptionId
String
resourceGroupName
String
azureMonitorWorkspaceName
String
issueName
String
related
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to