HealthCheckStepAttributes(TimeSpan) コンストラクター

定義

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

protected HealthCheckStepAttributes (TimeSpan healthyStateDuration);
new Azure.ResourceManager.DeploymentManager.Models.HealthCheckStepAttributes : TimeSpan -> Azure.ResourceManager.DeploymentManager.Models.HealthCheckStepAttributes
Protected Sub New (healthyStateDuration As TimeSpan)

パラメーター

healthyStateDuration
TimeSpan

リソースが継続的に正常であると予想される ISO 8601 形式の期間。 maxElasticDuration を指定すると、最初の正常なシグナルの検出後に正常な状態の期間が適用されます。

適用対象