次の方法で共有


DeploymentManagerExtensions.GetStepResource メソッド

定義

オーバーロード

GetStepResource(ArmClient, ResourceIdentifier)

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

GetStepResource(ResourceGroupResource, String, CancellationToken)

ステップを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • 操作IdSteps_Get

GetStepResource(ArmClient, ResourceIdentifier)

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

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

パラメーター

client
ArmClient

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

id
ResourceIdentifier

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

戻り値

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

適用対象

GetStepResource(ResourceGroupResource, String, CancellationToken)

ステップを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • 操作IdSteps_Get
public static Azure.Response<Azure.ResourceManager.DeploymentManager.StepResource> GetStepResource (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string stepName, System.Threading.CancellationToken cancellationToken = default);
static member GetStepResource : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeploymentManager.StepResource>
<Extension()>
Public Function GetStepResource (resourceGroupResource As ResourceGroupResource, stepName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StepResource)

パラメーター

resourceGroupResource
ResourceGroupResource

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

stepName
String

デプロイ ステップの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

stepName が null です。

適用対象