Interface TrafficManagerProfile.UpdateStages.WithProfileStatus

    • Method Detail

      • withProfileStatusDisabled

        TrafficManagerProfile.Update withProfileStatusDisabled()
        Specify that the profile needs to be disabled.

        Disabling the profile will disables traffic to all endpoints in the profile

        Returns:
        the next stage of the traffic manager profile update
      • withProfileStatusEnabled

        TrafficManagerProfile.Update withProfileStatusEnabled()
        Specify that the profile needs to be enabled.

        Enabling the profile will enables traffic to all endpoints in the profile

        Returns:
        the next stage of the traffic manager profile update