PeriodicTimerEventTrigger(PeriodicTimerSourceInfo, ResourceIdentifier) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PeriodicTimerEventTrigger.
public PeriodicTimerEventTrigger(Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo sourceInfo, Azure.Core.ResourceIdentifier sinkInfoRoleId);
new Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerEventTrigger : Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerEventTrigger
Public Sub New (sourceInfo As PeriodicTimerSourceInfo, sinkInfoRoleId As ResourceIdentifier)
Parameters
- sourceInfo
- PeriodicTimerSourceInfo
Periodic timer details.
- sinkInfoRoleId
- ResourceIdentifier
Compute role ID.
Exceptions
sourceInfo or sinkInfoRoleId is null.