DeploymentManagerExtensions.GetStepResource メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetStepResource(ArmClient, ResourceIdentifier) |
に対して実行できるがデータを含まないインスタンス操作と共に を StepResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を StepResourceResourceIdentifier 作成できます。 |
GetStepResource(ResourceGroupResource, String, CancellationToken) |
ステップを取得します。
|
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
パラメーター
取得するリソースのリソース 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 です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET