次の方法で共有


HealthCheckStepProperties コンストラクター

定義

オーバーロード

HealthCheckStepProperties()

HealthCheckStepProperties クラスの新しいインスタンスを初期化します。

HealthCheckStepProperties(HealthCheckStepAttributes)

HealthCheckStepProperties クラスの新しいインスタンスを初期化します。

HealthCheckStepProperties()

HealthCheckStepProperties クラスの新しいインスタンスを初期化します。

public HealthCheckStepProperties ();
Public Sub New ()

適用対象

HealthCheckStepProperties(HealthCheckStepAttributes)

HealthCheckStepProperties クラスの新しいインスタンスを初期化します。

public HealthCheckStepProperties (Microsoft.Azure.Management.DeploymentManager.Models.HealthCheckStepAttributes attributes);
new Microsoft.Azure.Management.DeploymentManager.Models.HealthCheckStepProperties : Microsoft.Azure.Management.DeploymentManager.Models.HealthCheckStepAttributes -> Microsoft.Azure.Management.DeploymentManager.Models.HealthCheckStepProperties
Public Sub New (attributes As HealthCheckStepAttributes)

パラメーター

attributes
HealthCheckStepAttributes

正常性チェックステップ属性

適用対象