ArmComputeModelFactory.ComputeScheduledEventsProfile Method

Definition

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.

Applies to