Portal.DashboardsCreateOrUpdate(String, String, String, IDashboard, Func<HttpResponseMessage,Task<IDashboard>,Task>, Func<HttpResponseMessage,Task<IDashboard>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task DashboardsCreateOrUpdate (string subscriptionId, string resourceGroupName, string dashboardName, Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboard body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboard>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboard>,System.Threading.Tasks.Task> onCreated, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.ISendAsync sender);
member this.DashboardsCreateOrUpdate : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboard * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboard>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboard>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function DashboardsCreateOrUpdate (subscriptionId As String, resourceGroupName As String, dashboardName As String, body As IDashboard, onOk As Func(Of HttpResponseMessage, Task(Of IDashboard), Task), onCreated As Func(Of HttpResponseMessage, Task(Of IDashboard), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

subscriptionId
String
resourceGroupName
String
dashboardName
String
body
IDashboard
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to