AsyncOperationResult 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
AsyncOperationResult() |
Initializes a new instance of the AsyncOperationResult class. |
AsyncOperationResult(String) |
Initializes a new instance of the AsyncOperationResult class. |
AsyncOperationResult()
Initializes a new instance of the AsyncOperationResult class.
public AsyncOperationResult ();
Public Sub New ()
Applies to
AsyncOperationResult(String)
Initializes a new instance of the AsyncOperationResult class.
public AsyncOperationResult (string status = default);
new Microsoft.Azure.Management.Search.Models.AsyncOperationResult : string -> Microsoft.Azure.Management.Search.Models.AsyncOperationResult
Public Sub New (Optional status As String = Nothing)
Parameters
- status
- String
The current status of the long running asynchronous shared private link resource operation. Possible values include: 'Running', 'Succeeded', 'Failed'
Applies to
Azure SDK for .NET