GatewayListStatusError 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
GatewayListStatusError() |
Initializes a new instance of the GatewayListStatusError class. |
GatewayListStatusError(GatewayError) |
Initializes a new instance of the GatewayListStatusError class. |
GatewayListStatusError()
Initializes a new instance of the GatewayListStatusError class.
public GatewayListStatusError ();
Public Sub New ()
Applies to
GatewayListStatusError(GatewayError)
Initializes a new instance of the GatewayListStatusError class.
public GatewayListStatusError (Microsoft.Azure.Management.Analysis.Models.GatewayError error = default);
new Microsoft.Azure.Management.Analysis.Models.GatewayListStatusError : Microsoft.Azure.Management.Analysis.Models.GatewayError -> Microsoft.Azure.Management.Analysis.Models.GatewayListStatusError
Public Sub New (Optional error As GatewayError = Nothing)
Parameters
- error
- GatewayError
Error of the list gateway status.