次の方法で共有


MediaServicesAccountResource.GetMediaServicesPrivateLinkResourceAsync メソッド

定義

グループ ID の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/privateLinkResources/{name}
  • 操作IdPrivateLinkResources_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Media.MediaServicesPrivateLinkResource>> GetMediaServicesPrivateLinkResourceAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMediaServicesPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Media.MediaServicesPrivateLinkResource>>
override this.GetMediaServicesPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Media.MediaServicesPrivateLinkResource>>
Public Overridable Function GetMediaServicesPrivateLinkResourceAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MediaServicesPrivateLinkResource))

パラメーター

name
String

使用する文字列。

cancellationToken
CancellationToken

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

戻り値

例外

name は空の文字列であり、空でないと想定されていました。

name が null です。

適用対象