AsyncOperationResult Class
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.
The details of a long running asynchronous shared private link resource operation
public class AsyncOperationResult
type AsyncOperationResult = class
Public Class AsyncOperationResult
- Inheritance
-
AsyncOperationResult
Constructors
AsyncOperationResult() |
Initializes a new instance of the AsyncOperationResult class. |
AsyncOperationResult(String) |
Initializes a new instance of the AsyncOperationResult class. |
Properties
Status |
Gets or sets 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