ArmResourceMoverModelFactory.MoverOperationStatusError 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.
Initializes a new instance of MoverOperationStatusError.
public static Azure.ResourceManager.ResourceMover.Models.MoverOperationStatusError MoverOperationStatusError (string code = default, string message = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ResourceMover.Models.MoverOperationStatusError> details = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ResourceMover.Models.MoverOperationErrorAdditionalInfo> additionalInfo = default);
static member MoverOperationStatusError : string * string * seq<Azure.ResourceManager.ResourceMover.Models.MoverOperationStatusError> * seq<Azure.ResourceManager.ResourceMover.Models.MoverOperationErrorAdditionalInfo> -> Azure.ResourceManager.ResourceMover.Models.MoverOperationStatusError
Public Shared Function MoverOperationStatusError (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IEnumerable(Of MoverOperationStatusError) = Nothing, Optional additionalInfo As IEnumerable(Of MoverOperationErrorAdditionalInfo) = Nothing) As MoverOperationStatusError
Parameters
- code
- String
The error code.
- message
- String
The error message.
- details
- IEnumerable<MoverOperationStatusError>
The error details.
- additionalInfo
- IEnumerable<MoverOperationErrorAdditionalInfo>
The additional info.
Returns
A new MoverOperationStatusError instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET