Share via


NewRelic.PlansListViaIdentity Method

Definition

Overloads

PlansListViaIdentity(String, String, String, Func<HttpResponseMessage, Task<IPlanDataListResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

List plans data

PlansListViaIdentity(String, String, String, Func<HttpResponseMessage, Task<IPlanDataListResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

List plans data

PlansListViaIdentity(String, String, String, Func<HttpResponseMessage, Task<IPlanDataListResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

List plans data

public System.Threading.Tasks.Task PlansListViaIdentity (string viaIdentity, string accountId, string organizationId, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.IPlanDataListResponse>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api30.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.ISendAsync sender);
member this.PlansListViaIdentity : string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.IPlanDataListResponse>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api30.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function PlansListViaIdentity (viaIdentity As String, accountId As String, organizationId As String, onOk As Func(Of HttpResponseMessage, Task(Of IPlanDataListResponse), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

viaIdentity
String
accountId
String

Account Id.

organizationId
String

Organization Id.

onOk
Func<HttpResponseMessage,Task<IPlanDataListResponse>,Task>

a delegate that is called when the remote service returns 200 (OK).

onDefault
Func<HttpResponseMessage,Task<IErrorResponse>,Task>

a delegate that is called when the remote service returns default (any response code not handled elsewhere).

eventListener
IEventListener

an IEventListener instance that will receive events.

sender
ISendAsync

an instance of an Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.ISendAsync pipeline to use to make the request.

Returns

A Task that will be complete when handling of the response is completed.

Applies to

PlansListViaIdentity(String, String, String, Func<HttpResponseMessage, Task<IPlanDataListResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

List plans data

public System.Threading.Tasks.Task PlansListViaIdentity (string viaIdentity, string accountId, string organizationId, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IPlanDataListResponse>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.ISendAsync sender);
member this.PlansListViaIdentity : string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IPlanDataListResponse>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function PlansListViaIdentity (viaIdentity As String, accountId As String, organizationId As String, onOk As Func(Of HttpResponseMessage, Task(Of IPlanDataListResponse), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

viaIdentity
String
accountId
String

Account Id.

organizationId
String

Organization Id.

onOk
Func<HttpResponseMessage,Task<IPlanDataListResponse>,Task>

a delegate that is called when the remote service returns 200 (OK).

onDefault
Func<HttpResponseMessage,Task<IErrorResponse>,Task>

a delegate that is called when the remote service returns default (any response code not handled elsewhere).

eventListener
IEventListener

an IEventListener instance that will receive events.

sender
ISendAsync

an instance of an Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.ISendAsync pipeline to use to make the request.

Returns

A Task that will be complete when handling of the response is completed.

Applies to