StreamingEndpointResource.GetSupportedSkusAsync(CancellationToken) メソッド

定義

ストリーミング エンドポイントでサポートされている SKU を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/streamingEndpoints/{streamingEndpointName}/skus
  • 操作IdStreamingEndpoints_Skus
public virtual Azure.AsyncPageable<Azure.ResourceManager.Media.Models.StreamingEndpointSkuInfo> GetSupportedSkusAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportedSkusAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Media.Models.StreamingEndpointSkuInfo>
override this.GetSupportedSkusAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Media.Models.StreamingEndpointSkuInfo>
Public Overridable Function GetSupportedSkusAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StreamingEndpointSkuInfo)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象