ArmMigrationDiscoverySapModelFactory.SapDiscoveryErrorDetail 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 SapDiscoveryErrorDetail.
public static Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryErrorDetail SapDiscoveryErrorDetail (string code = default, string message = default, string recommendation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryErrorDetail> details = default);
static member SapDiscoveryErrorDetail : string * string * string * seq<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryErrorDetail> -> Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryErrorDetail
Public Shared Function SapDiscoveryErrorDetail (Optional code As String = Nothing, Optional message As String = Nothing, Optional recommendation As String = Nothing, Optional details As IEnumerable(Of SapDiscoveryErrorDetail) = Nothing) As SapDiscoveryErrorDetail
Parameters
- code
- String
Service specific error code which serves as the substatus for the HTTP error code.
- message
- String
Description of the error.
- recommendation
- String
Description of the recommendation.
- details
- IEnumerable<SapDiscoveryErrorDetail>
Internal error details.
Returns
A new SapDiscoveryErrorDetail instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET