AsyncOperationResult Constructors

Definition

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