CostManagement.ForecastExternalCloudProviderUsageViaIdentity(String, String, IForecastDefinition, Func<HttpResponseMessage,Task<IQueryResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task ForecastExternalCloudProviderUsageViaIdentity (string viaIdentity, string Filter, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20200601.IForecastDefinition body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20200601.IQueryResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20200601.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.ISendAsync sender);
member this.ForecastExternalCloudProviderUsageViaIdentity : string * string * Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20200601.IForecastDefinition * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20200601.IQueryResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20200601.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function ForecastExternalCloudProviderUsageViaIdentity (viaIdentity As String, Filter As String, body As IForecastDefinition, onOk As Func(Of HttpResponseMessage, Task(Of IQueryResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

viaIdentity
String
Filter
String
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to