ArmWorkloadsModelFactory.SapVirtualInstanceErrorDetail 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 SapVirtualInstanceErrorDetail.
public static Azure.ResourceManager.Workloads.Models.SapVirtualInstanceErrorDetail SapVirtualInstanceErrorDetail (string code = default, string message = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Workloads.Models.SapVirtualInstanceErrorDetail> details = default);
static member SapVirtualInstanceErrorDetail : string * string * seq<Azure.ResourceManager.Workloads.Models.SapVirtualInstanceErrorDetail> -> Azure.ResourceManager.Workloads.Models.SapVirtualInstanceErrorDetail
Public Shared Function SapVirtualInstanceErrorDetail (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IEnumerable(Of SapVirtualInstanceErrorDetail) = Nothing) As SapVirtualInstanceErrorDetail
Parameters
- code
- String
Service specific error code which serves as the substatus for the HTTP error code.
- message
- String
Description of the error.
- details
- IEnumerable<SapVirtualInstanceErrorDetail>
Internal error details.
Returns
A new SapVirtualInstanceErrorDetail instance for mocking.