共用方式為


DiagnosticSetting.DiagnosticSettingsCreateOrUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingsResource> DiagnosticSettingsCreateOrUpdateViaJsonStringWithResult(string resourceUri, string name, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.ISendAsync sender);
member this.DiagnosticSettingsCreateOrUpdateViaJsonStringWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.IDiagnosticSettingsResource>
Public Function DiagnosticSettingsCreateOrUpdateViaJsonStringWithResult (resourceUri As String, name As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDiagnosticSettingsResource)

Parameters

resourceUri
String
name
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to