ITriggerStatusDefinition.WithTriggerStatus(TriggerStatus) Method
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.
The function that allows the user to input the state of the trigger status.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IUpdate WithTriggerStatus (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TriggerStatus triggerStatus);
abstract member WithTriggerStatus : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TriggerStatus -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IUpdate
Public Function WithTriggerStatus (triggerStatus As TriggerStatus) As IUpdate
Parameters
- triggerStatus
- TriggerStatus
The user's choice for the trigger status.