IWithTrafficDisabledOrEnabled Interface

Definition

The stage of the traffic manager profile endpoint update allowing to enable or disable it.

public interface IWithTrafficDisabledOrEnabled
type IWithTrafficDisabledOrEnabled = interface
Public Interface IWithTrafficDisabledOrEnabled
Derived

Methods

WithTrafficDisabled()

Specifies that the endpoint should be excluded from receiving traffic.

WithTrafficEnabled()

Specifies that the endpoint should receive the traffic.

Applies to