次の方法で共有


ConsumptionExtensions.GetConsumptionMarketPlaces メソッド

定義

定義されたスコープのスコープのマーケットプレースを一覧表示します。 Marketplace は、この API を介して 2014 年 5 月 1 日以降にのみ使用できます。

  • 要求パス/{scope}/providers/Microsoft.Consumption/marketplaces
  • 操作IdMarketplaces_List
public static Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionMarketplace> GetConsumptionMarketPlaces (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string filter = default, int? top = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetConsumptionMarketPlaces : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionMarketplace>
<Extension()>
Public Function GetConsumptionMarketPlaces (client As ArmClient, scope As ResourceIdentifier, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConsumptionMarketplace)

パラメーター

client
ArmClient

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

scope
ResourceIdentifier

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

filter
String

properties/usageEnd (Utc time)、properties/usageStart (Utc time)、properties/resourceGroup、properties/instanceName、properties/instanceId でマーケットプレースをフィルター処理するために使用できます。 フィルターは、'eq'、'lt'、'gt'、'le'、'ge'、および 'and' をサポートしています。 現在、'ne'、'or'、または 'not' はサポートされていません。

top
Nullable<Int32>

結果の数を最新の N 個のマーケットプレースに制限するために使用できます。

skipToken
String

Skiptoken は、前の操作で部分的な結果が返された場合にのみ使用されます。 前の応答に nextLink 要素が含まれている場合、nextLink 要素の値には、後続の呼び出しに使用する開始点を指定する skiptoken パラメーターが含まれます。

cancellationToken
CancellationToken

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

戻り値

適用対象