HealthCheckStepProperties(HealthCheckStepAttributes) Constructor

Definition

Initializes a new instance of HealthCheckStepProperties.

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

Parameters

attributes
HealthCheckStepAttributes

The health check step attributes Please note HealthCheckStepAttributes is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include RestHealthCheckStepAttributes.

Exceptions

attributes is null.

Applies to