次の方法で共有


LinkerResourceCollection.GetAsync(String, CancellationToken) メソッド

定義

指定した名前のリンカー リソースを返します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>> GetAsync (string linkerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>>
Public Overridable Function GetAsync (linkerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LinkerResource))

パラメーター

linkerName
String

リンカー リソースという名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

linkerName が null です。

適用対象