ResourceProviderDefaultErrorResponse 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
ResourceProviderDefaultErrorResponse() |
Initializes a new instance of the ResourceProviderDefaultErrorResponse class. |
ResourceProviderDefaultErrorResponse(ErrorResponseBody) |
Initializes a new instance of the ResourceProviderDefaultErrorResponse class. |
ResourceProviderDefaultErrorResponse()
Initializes a new instance of the ResourceProviderDefaultErrorResponse class.
public ResourceProviderDefaultErrorResponse();
Public Sub New ()
Applies to
ResourceProviderDefaultErrorResponse(ErrorResponseBody)
Initializes a new instance of the ResourceProviderDefaultErrorResponse class.
public ResourceProviderDefaultErrorResponse(Microsoft.Azure.Management.Confluent.Models.ErrorResponseBody error = default);
new Microsoft.Azure.Management.Confluent.Models.ResourceProviderDefaultErrorResponse : Microsoft.Azure.Management.Confluent.Models.ErrorResponseBody -> Microsoft.Azure.Management.Confluent.Models.ResourceProviderDefaultErrorResponse
Public Sub New (Optional error As ErrorResponseBody = Nothing)
Parameters
- error
- ErrorResponseBody
Response body of Error
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