次の方法で共有


StepsOperationsExtensions.CreateOrUpdate メソッド

定義

指定したステップ プロパティを使用してロールアウト ステップを作成または更新します。

public static Microsoft.Azure.Management.DeploymentManager.Models.StepResource CreateOrUpdate(this Microsoft.Azure.Management.DeploymentManager.IStepsOperations operations, string resourceGroupName, string stepName, Microsoft.Azure.Management.DeploymentManager.Models.StepResource stepInfo = default);
static member CreateOrUpdate : Microsoft.Azure.Management.DeploymentManager.IStepsOperations * string * string * Microsoft.Azure.Management.DeploymentManager.Models.StepResource -> Microsoft.Azure.Management.DeploymentManager.Models.StepResource
<Extension()>
Public Function CreateOrUpdate (operations As IStepsOperations, resourceGroupName As String, stepName As String, Optional stepInfo As StepResource = Nothing) As StepResource

パラメーター

operations
IStepsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName
String

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

stepInfo
StepResource

ステップ オブジェクト。

戻り値

注釈

新しいステップを同期的に作成するか、既存のステップを更新します。

適用対象