Table of Contents

Interface IDmsSchedulerSmsActionBuilder

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Builder for creating or modifying scheduler SMS actions.

public interface IDmsSchedulerSmsActionBuilder : IDmsSchedulerActionBuilder<IDmsSchedulerSmsAction, IDmsSchedulerSmsActionBuilder>
Inherited Members
Extension Methods

Methods

AddPhoneNumber(string)

Adds a phone number.

RemovePhoneNumber(string)

Removes a phone number.

WithMessage(string)

Sets the SMS message.

WithPhoneNumbers(IEnumerable<string>)

Sets all phone numbers.