NewRelicObservabilityExtensions.GetNewRelicPlansAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List plans data
- Request Path: /subscriptions/{subscriptionId}/providers/NewRelic.Observability/plans
- Operation Id: Plans_List
- Default Api Version: 2024-03-01
public static Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicPlanData> GetNewRelicPlansAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string accountId = default, string organizationId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetNewRelicPlansAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicPlanData>
<Extension()>
Public Function GetNewRelicPlansAsync (subscriptionResource As SubscriptionResource, Optional accountId As String = Nothing, Optional organizationId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NewRelicPlanData)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- accountId
- String
Account Id.
- organizationId
- String
Organization Id.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of NewRelicPlanData that may take multiple service requests to iterate over.
Exceptions
subscriptionResource
is null.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.