ArmComputeFleetModelFactory.ComputeFleetTerminateNotificationProfile 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.
public static Azure.ResourceManager.ComputeFleet.Models.ComputeFleetTerminateNotificationProfile ComputeFleetTerminateNotificationProfile(string notBeforeTimeout = default, bool? isEnabled = default);
static member ComputeFleetTerminateNotificationProfile : string * Nullable<bool> -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetTerminateNotificationProfile
Public Shared Function ComputeFleetTerminateNotificationProfile (Optional notBeforeTimeout As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing) As ComputeFleetTerminateNotificationProfile
Parameters
- notBeforeTimeout
- String
Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
Returns
A new ComputeFleetTerminateNotificationProfile instance for mocking.