ServiceLinkerExtensions.GetLinkerResourceAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetLinkerResourceAsync(ArmResource, String, CancellationToken) |
指定した名前のリンカー リソースを返します。
|
GetLinkerResourceAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
指定した名前のリンカー リソースを返します。
|
GetLinkerResourceAsync(ArmResource, String, CancellationToken)
指定した名前のリンカー リソースを返します。
- 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
- 操作IdLinker_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>> GetLinkerResourceAsync (this Azure.ResourceManager.ArmResource armResource, string linkerName, System.Threading.CancellationToken cancellationToken = default);
static member GetLinkerResourceAsync : Azure.ResourceManager.ArmResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>>
<Extension()>
Public Function GetLinkerResourceAsync (armResource As ArmResource, linkerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LinkerResource))
パラメーター
- armResource
- ArmResource
ArmResourceメソッドが実行するインスタンス。
- linkerName
- String
リンカー リソースという名前。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
linkerName
は空の文字列であり、空でないと想定されていました。
linkerName
が null です。
適用対象
GetLinkerResourceAsync(ArmClient, ResourceIdentifier, String, CancellationToken)
指定した名前のリンカー リソースを返します。
- 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
- 操作IdLinker_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>> GetLinkerResourceAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string linkerName, System.Threading.CancellationToken cancellationToken = default);
static member GetLinkerResourceAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>>
<Extension()>
Public Function GetLinkerResourceAsync (client As ArmClient, scope As ResourceIdentifier, linkerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LinkerResource))
パラメーター
- scope
- ResourceIdentifier
リソースが適用するスコープ。
- linkerName
- String
リンカー リソースという名前。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
linkerName
は空の文字列であり、空でないと想定されていました。
linkerName
が null です。