DraOperationStatus interface
Interface representing a DraOperationStatus.
Methods
get(string, string, string, string, Dra |
Tracks the results of an asynchronous operation on the fabric agent. |
Method Details
get(string, string, string, string, DraOperationStatusGetOptionalParams)
Tracks the results of an asynchronous operation on the fabric agent.
function get(resourceGroupName: string, fabricName: string, fabricAgentName: string, operationId: string, options?: DraOperationStatusGetOptionalParams): Promise<OperationStatus>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- fabricName
-
string
The fabric name.
- fabricAgentName
-
string
The fabric agent (Dra) name.
- operationId
-
string
The ID of an ongoing async operation.
The options parameters.
Returns
Promise<OperationStatus>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript