次の方法で共有


ServiceLinkerExtensions.GetLinkerResource メソッド

定義

オーバーロード

GetLinkerResource(ArmClient, ResourceIdentifier)

に対して LinkerResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String) して、そのコンポーネントから を LinkerResourceResourceIdentifier 作成できます。

GetLinkerResource(ArmResource, String, CancellationToken)

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

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
GetLinkerResource(ArmClient, ResourceIdentifier, String, CancellationToken)

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

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get

GetLinkerResource(ArmClient, ResourceIdentifier)

に対して LinkerResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String) して、そのコンポーネントから を LinkerResourceResourceIdentifier 作成できます。

public static Azure.ResourceManager.ServiceLinker.LinkerResource GetLinkerResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetLinkerResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ServiceLinker.LinkerResource
<Extension()>
Public Function GetLinkerResource (client As ArmClient, id As ResourceIdentifier) As LinkerResource

パラメーター

client
ArmClient

ArmClientメソッドが実行するインスタンス。

id
ResourceIdentifier

取得するリソースのリソース ID。

戻り値

LinkerResource オブジェクトを返します。

適用対象

GetLinkerResource(ArmResource, String, CancellationToken)

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

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

パラメーター

armResource
ArmResource

ArmResourceメソッドが実行するインスタンス。

linkerName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

linkerName が null です。

適用対象

GetLinkerResource(ArmClient, ResourceIdentifier, String, CancellationToken)

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

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
public static Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource> GetLinkerResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string linkerName, System.Threading.CancellationToken cancellationToken = default);
static member GetLinkerResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceLinker.LinkerResource>
<Extension()>
Public Function GetLinkerResource (client As ArmClient, scope As ResourceIdentifier, linkerName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LinkerResource)

パラメーター

client
ArmClient

ArmClientメソッドが実行するインスタンス。

scope
ResourceIdentifier

リソースが適用するスコープ。

linkerName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

linkerName が null です。

適用対象