ArmComputeFleetModelFactory.ComputeFleetOSImageNotificationProfile Method

Definition

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)

isEnabled
Nullable<Boolean>

Specifies whether the OS Image Scheduled event is enabled or disabled.

Returns

A new ComputeFleetOSImageNotificationProfile instance for mocking.

Applies to