IWithProfileStatus Interface

Definition

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

public interface IWithProfileStatus
type IWithProfileStatus = interface
Public Interface IWithProfileStatus
Derived

Methods

WithProfileStatusDisabled()

Specify that the profile needs to be disabled. Disabling the profile will disables traffic to all endpoints in the profile.

WithProfileStatusEnabled()

Specify that the profile needs to be enabled. Enabling the profile will enables traffic to all endpoints in the profile.

Applies to