ArmMachineLearningComputeModelFactory.ErrorResponseWrapper 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 ErrorResponseWrapper.
public static Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponseWrapper ErrorResponseWrapper (Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponse error = default);
static member ErrorResponseWrapper : Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponse -> Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponseWrapper
Public Shared Function ErrorResponseWrapper (Optional error As ErrorResponse = Nothing) As ErrorResponseWrapper
Parameters
- error
- ErrorResponse
The error response.
Returns
A new ErrorResponseWrapper instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET