ExecuteCreateContent 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 ExecuteCreateContent.
public ExecuteCreateContent(Azure.ResourceManager.ComputeSchedule.Models.ResourceProvisionPayload resourceConfigParameters, Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail executionParameters);
new Azure.ResourceManager.ComputeSchedule.Models.ExecuteCreateContent : Azure.ResourceManager.ComputeSchedule.Models.ResourceProvisionPayload * Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionExecutionParameterDetail -> Azure.ResourceManager.ComputeSchedule.Models.ExecuteCreateContent
Public Sub New (resourceConfigParameters As ResourceProvisionPayload, executionParameters As ScheduledActionExecutionParameterDetail)
Parameters
- resourceConfigParameters
- ResourceProvisionPayload
resource creation payload.
- executionParameters
- ScheduledActionExecutionParameterDetail
The execution parameters for the request.
Exceptions
resourceConfigParameters or executionParameters is null.