ExecuteDeleteContent Constructor
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.
Initializes a new instance of ExecuteDeleteContent.
public ExecuteDeleteContent(Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters, Azure.ResourceManager.ComputeSchedule.Models.UserRequestResources resources);
new Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent : Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail * Azure.ResourceManager.ComputeSchedule.Models.UserRequestResources -> Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent
Public Sub New (executionParameters As ScheduledActionExecutionParameterDetail, resources As UserRequestResources)
Parameters
- executionParameters
- ScheduledActionExecutionParameterDetail
The execution parameters for the request.
- resources
- UserRequestResources
The resources for the request.
Exceptions
executionParameters or resources is null.