次の方法で共有


MonitorExtensions.GetAutoscaleSettings メソッド

定義

オーバーロード

GetAutoscaleSettings(ResourceGroupResource)

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

GetAutoscaleSettings(SubscriptionResource, CancellationToken)

サブスクリプションの自動スケーリング設定を一覧表示します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/autoscalesettings
  • 操作IdAutoscaleSettings_ListBySubscription

GetAutoscaleSettings(ResourceGroupResource)

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

public static Azure.ResourceManager.Monitor.AutoscaleSettingCollection GetAutoscaleSettings (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetAutoscaleSettings : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Monitor.AutoscaleSettingCollection
<Extension()>
Public Function GetAutoscaleSettings (resourceGroupResource As ResourceGroupResource) As AutoscaleSettingCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetAutoscaleSettings(SubscriptionResource, CancellationToken)

サブスクリプションの自動スケーリング設定を一覧表示します

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

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象