ConsumptionExtensions.GetConsumptionMarketPlaces メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
定義されたスコープのスコープのマーケットプレースを一覧表示します。 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)
パラメーター
- 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' はサポートされていません。
- skipToken
- String
Skiptoken は、前の操作で部分的な結果が返された場合にのみ使用されます。 前の応答に nextLink 要素が含まれている場合、nextLink 要素の値には、後続の呼び出しに使用する開始点を指定する skiptoken パラメーターが含まれます。
- cancellationToken
- CancellationToken
使用する取り消しトークン。