ErrorModel Constructors
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.
Overloads
ErrorModel() |
Initializes a new instance of the ErrorModel class. |
ErrorModel(ErrorModelError) |
Initializes a new instance of the ErrorModel class. |
ErrorModel()
Initializes a new instance of the ErrorModel class.
public ErrorModel ();
Public Sub New ()
Applies to
ErrorModel(ErrorModelError)
Initializes a new instance of the ErrorModel class.
public ErrorModel (Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ErrorModelError error = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ErrorModel : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ErrorModelError -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ErrorModel
Public Sub New (Optional error As ErrorModelError = Nothing)
Parameters
- error
- ErrorModelError
The error details.
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