ArmComputeFleetModelFactory.ComputeFleetOSImageNotificationProfile 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.ComputeFleetOSImageNotificationProfile ComputeFleetOSImageNotificationProfile(string notBeforeTimeout = default, bool? isEnabled = default);
static member ComputeFleetOSImageNotificationProfile : string * Nullable<bool> -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetOSImageNotificationProfile
Public Shared Function ComputeFleetOSImageNotificationProfile (Optional notBeforeTimeout As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing) As ComputeFleetOSImageNotificationProfile
Parameters
- notBeforeTimeout
- String
Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must not exceed 15 minutes (PT15M)
Returns
A new ComputeFleetOSImageNotificationProfile instance for mocking.