次の方法で共有


ConsumptionExtensions.GetConsumptionReservationRecommendationsAsync メソッド

定義

予約インスタンスの購入に関する推奨事項の一覧。

  • 要求パス/{resourceScope}/providers/Microsoft.Consumption/reservationRecommendations
  • 操作IdReservationRecommendations_List
public static Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionReservationRecommendation> GetConsumptionReservationRecommendationsAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetConsumptionReservationRecommendationsAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionReservationRecommendation>
<Extension()>
Public Function GetConsumptionReservationRecommendationsAsync (client As ArmClient, scope As ResourceIdentifier, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConsumptionReservationRecommendation)

パラメーター

client
ArmClient

ArmClientメソッドが実行されるインスタンス。

scope
ResourceIdentifier

リソースが適用されるスコープ。

filter
String

reservationRecommendations をフィルター処理するために使用できます。 properties/scope with allowed values ['Single', 'Shared'] and default value 'Single';properties/resourceType に、許可された値 ['VirtualMachines'、'SQLDatabases'、'PostgreSQL'、'ManagedDisk'、'MySQL'、'RedHat'、'MariaDB'、'RedisCache'、'CosmosDB'、'SqlDataWarehouse'、'SUSELinux'、'AppService'、'BlockBlob'、'AzureDataExplorer'、'VMwareCloudSimple']、および既定値 'VirtualMachines';および properties/lookBackPeriod で、値 ['Last7Days'、'Last30Days'、'Last60Days']、既定値 'Last7Days' を使用できます。

cancellationToken
CancellationToken

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

戻り値

適用対象