次の方法で共有


WorkloadsExtensions.GetSapMonitors メソッド

定義

オーバーロード

GetSapMonitors(ResourceGroupResource)

ResourceGroupResource 内の SapMonitorResources のコレクションを取得します。

GetSapMonitors(SubscriptionResource, CancellationToken)

指定したサブスクリプション内の SAP モニターの一覧を取得します。 この操作は、各 SAP モニターのさまざまなプロパティを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Workloads/monitors
  • 操作Idmonitors_List

GetSapMonitors(ResourceGroupResource)

ResourceGroupResource 内の SapMonitorResources のコレクションを取得します。

public static Azure.ResourceManager.Workloads.SapMonitorCollection GetSapMonitors (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetSapMonitors : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Workloads.SapMonitorCollection
<Extension()>
Public Function GetSapMonitors (resourceGroupResource As ResourceGroupResource) As SapMonitorCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

戻り値

SapMonitorResources のコレクションとその SapMonitorResource に対する操作を表す オブジェクト。

適用対象

GetSapMonitors(SubscriptionResource, CancellationToken)

指定したサブスクリプション内の SAP モニターの一覧を取得します。 この操作は、各 SAP モニターのさまざまなプロパティを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Workloads/monitors
  • 操作Idmonitors_List
public static Azure.Pageable<Azure.ResourceManager.Workloads.SapMonitorResource> GetSapMonitors (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSapMonitors : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Workloads.SapMonitorResource>
<Extension()>
Public Function GetSapMonitors (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SapMonitorResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

cancellationToken
CancellationToken

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

戻り値

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

適用対象