ArmComputeFleetModelFactory.ComputeFleetScheduledEventsProfile 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.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.