ExecuteDeallocateContent 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 ExecuteDeallocateContent.
public ExecuteDeallocateContent(Azure.ResourceManager.Compute.BulkActions.Models.ScheduledActionExecutionParameterDetail executionParameters, Azure.ResourceManager.Compute.BulkActions.Models.UserRequestResources resources);
new Azure.ResourceManager.Compute.BulkActions.Models.ExecuteDeallocateContent : Azure.ResourceManager.Compute.BulkActions.Models.ScheduledActionExecutionParameterDetail * Azure.ResourceManager.Compute.BulkActions.Models.UserRequestResources -> Azure.ResourceManager.Compute.BulkActions.Models.ExecuteDeallocateContent
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.