ServiceUnit コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ServiceUnit() |
ServiceUnit クラスの新しいインスタンスを初期化します。 |
ServiceUnit(String, DeploymentMode, ServiceUnitArtifacts, String, IList<RolloutStep>) |
ServiceUnit クラスの新しいインスタンスを初期化します。 |
ServiceUnit()
ServiceUnit クラスの新しいインスタンスを初期化します。
public ServiceUnit();
Public Sub New ()
適用対象
ServiceUnit(String, DeploymentMode, ServiceUnitArtifacts, String, IList<RolloutStep>)
ServiceUnit クラスの新しいインスタンスを初期化します。
public ServiceUnit(string targetResourceGroup, Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode deploymentMode, Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts artifacts = default, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.RolloutStep> steps = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnit : string * Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode * Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.RolloutStep> -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnit
Public Sub New (targetResourceGroup As String, deploymentMode As DeploymentMode, Optional artifacts As ServiceUnitArtifacts = Nothing, Optional name As String = Nothing, Optional steps As IList(Of RolloutStep) = Nothing)
パラメーター
- targetResourceGroup
- String
サービス ユニット内のリソースが属しているか、デプロイ先の Azure リソース グループ。
- deploymentMode
- DeploymentMode
リソースに対して実行される ARM デプロイの種類について説明します。 指定できる値は、'Incremental'、'Complete' です。
- artifacts
- ServiceUnitArtifacts
サービス ユニットの成果物。
- name
- String
サービス ユニットの名前。
- steps
- IList<RolloutStep>
詳細なステップ情報 (存在する場合)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET