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