次の方法で共有


ServiceUnit コンストラクター

定義

オーバーロード

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>

詳細なステップ情報 (存在する場合)。

適用対象