次の方法で共有


RolloutCreateOrUpdateContent コンストラクター

定義

RolloutCreateOrUpdateContent の新しいインスタンスを初期化します。

public RolloutCreateOrUpdateContent (Azure.Core.AzureLocation location, Azure.ResourceManager.DeploymentManager.Models.Identity identity, string buildVersion, string targetServiceTopologyId, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeploymentManager.Models.StepGroup> stepGroups);
new Azure.ResourceManager.DeploymentManager.Models.RolloutCreateOrUpdateContent : Azure.Core.AzureLocation * Azure.ResourceManager.DeploymentManager.Models.Identity * string * string * seq<Azure.ResourceManager.DeploymentManager.Models.StepGroup> -> Azure.ResourceManager.DeploymentManager.Models.RolloutCreateOrUpdateContent
Public Sub New (location As AzureLocation, identity As Identity, buildVersion As String, targetServiceTopologyId As String, stepGroups As IEnumerable(Of StepGroup))

パラメーター

location
AzureLocation

場所。

identity
Identity

リソースの ID。

buildVersion
String

デプロイされるビルドのバージョン。

targetServiceTopologyId
String

デプロイするステップ グループでサービス ユニットが参照されるサービス トポロジのリソース ID。

stepGroups
IEnumerable<StepGroup>

オーケストレーションを定義するステップ グループの一覧。

例外

identitybuildVersiontargetServiceTopologyId、または stepGroups が null です。

適用対象