ArmComputeFleetModelFactory.ComputeFleetScheduledEventsProfile Method

Definition

public static Azure.ResourceManager.ComputeFleet.Models.ComputeFleetScheduledEventsProfile ComputeFleetScheduledEventsProfile(Azure.ResourceManager.ComputeFleet.Models.ComputeFleetTerminateNotificationProfile terminateNotificationProfile = default, Azure.ResourceManager.ComputeFleet.Models.ComputeFleetOSImageNotificationProfile osImageNotificationProfile = default);
static member ComputeFleetScheduledEventsProfile : Azure.ResourceManager.ComputeFleet.Models.ComputeFleetTerminateNotificationProfile * Azure.ResourceManager.ComputeFleet.Models.ComputeFleetOSImageNotificationProfile -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetScheduledEventsProfile
Public Shared Function ComputeFleetScheduledEventsProfile (Optional terminateNotificationProfile As ComputeFleetTerminateNotificationProfile = Nothing, Optional osImageNotificationProfile As ComputeFleetOSImageNotificationProfile = Nothing) As ComputeFleetScheduledEventsProfile

Parameters

terminateNotificationProfile
ComputeFleetTerminateNotificationProfile

Specifies Terminate Scheduled Event related configurations.

osImageNotificationProfile
ComputeFleetOSImageNotificationProfile

Specifies OS Image Scheduled Event related configurations.

Returns

A new ComputeFleetScheduledEventsProfile instance for mocking.

Applies to