ArmComputeModelFactory.ComputeScheduledEventsProfile 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.Compute.Models.ComputeScheduledEventsProfile ComputeScheduledEventsProfile(Azure.ResourceManager.Compute.Models.TerminateNotificationProfile terminateNotificationProfile = default, Azure.ResourceManager.Compute.Models.OSImageNotificationProfile osImageNotificationProfile = default);
static member ComputeScheduledEventsProfile : Azure.ResourceManager.Compute.Models.TerminateNotificationProfile * Azure.ResourceManager.Compute.Models.OSImageNotificationProfile -> Azure.ResourceManager.Compute.Models.ComputeScheduledEventsProfile
Public Shared Function ComputeScheduledEventsProfile (Optional terminateNotificationProfile As TerminateNotificationProfile = Nothing, Optional osImageNotificationProfile As OSImageNotificationProfile = Nothing) As ComputeScheduledEventsProfile
Parameters
- terminateNotificationProfile
- TerminateNotificationProfile
Specifies Terminate Scheduled Event related configurations.
- osImageNotificationProfile
- OSImageNotificationProfile
Specifies OS Image Scheduled Event related configurations.
Returns
A new ComputeScheduledEventsProfile instance for mocking.