次の方法で共有


BlueprintExtensions.GetBlueprintResource メソッド

定義

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

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

パラメーター

client
ArmClient

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

id
ResourceIdentifier

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

戻り値

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

適用対象