Operations interface
Interface representing a Operations.
Methods
get(string, string, Operations |
Get operation. |
Method Details
get(string, string, OperationsGetOptionalParams)
Get operation.
function get(locationName: string, name: string, options?: OperationsGetOptionalParams): Promise<OperationResult>
Parameters
- locationName
-
string
The name of the location.
- name
-
string
The name of the operation.
- options
- OperationsGetOptionalParams
The options parameters.
Returns
Promise<OperationResult>