ArmComputeBulkActionsModelFactory.ComputeBulkFallbackOperationInfo Method
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.
public static Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkFallbackOperationInfo ComputeBulkFallbackOperationInfo(Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationType lastOperationType = default, string status = default, Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationError error = default);
static member ComputeBulkFallbackOperationInfo : Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationType * string * Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationError -> Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkFallbackOperationInfo
Public Shared Function ComputeBulkFallbackOperationInfo (Optional lastOperationType As ComputeBulkOperationType = Nothing, Optional status As String = Nothing, Optional error As ComputeBulkOperationError = Nothing) As ComputeBulkFallbackOperationInfo
Parameters
- lastOperationType
- ComputeBulkOperationType
The last operation type that was performed as a fallback.
- status
- String
The status of the fallback operation.
The error code if the fallback operation failed.
Returns
A new ComputeBulkFallbackOperationInfo instance for mocking.