次の方法で共有


StreamingEndpointResource.GetSupportedSkus(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象