次の方法で共有


NewRelicMonitorResource.GetAppServices メソッド

定義

NewRelic リソースによって現在監視されている App Service リソースを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/listAppServices
  • 操作IdMonitors_ListAppServices
public virtual Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityAppServiceInfo> GetAppServices (Azure.ResourceManager.NewRelicObservability.Models.NewRelicAppServicesGetContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServices : Azure.ResourceManager.NewRelicObservability.Models.NewRelicAppServicesGetContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityAppServiceInfo>
override this.GetAppServices : Azure.ResourceManager.NewRelicObservability.Models.NewRelicAppServicesGetContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityAppServiceInfo>
Public Overridable Function GetAppServices (content As NewRelicAppServicesGetContent, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NewRelicObservabilityAppServiceInfo)

パラメーター

content
NewRelicAppServicesGetContent

アプリ サービスの取得要求の詳細。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の NewRelicObservabilityAppServiceInfo サービス要求を受け取る可能性がある のコレクション。

例外

content が null です。

適用対象