RolloutCreateOrUpdateContent コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
オーケストレーションを定義するステップ グループの一覧。
例外
identity
、buildVersion
、targetServiceTopologyId
、または stepGroups
が null です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET