AzureAsyncOperationResult 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
AzureAsyncOperationResult() | |
AzureAsyncOperationResult(String, Error) |
AzureAsyncOperationResult()
public AzureAsyncOperationResult ();
Public Sub New ()
Applies to
AzureAsyncOperationResult(String, Error)
public AzureAsyncOperationResult (string status = default, Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Error error = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.AzureAsyncOperationResult : string * Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Error -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.AzureAsyncOperationResult
Public Sub New (Optional status As String = Nothing, Optional error As Error = Nothing)
Parameters
- status
- String
- error
- Error