Operations Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.labservices.v2018_10_15.implementation.OperationsInner>

public interface Operations
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.labservices.v2018_10_15.implementation.OperationsInner>

Type representing Operations.

Method Summary

Modifier and Type Method and Description
abstract rx.Observable<OperationResult> getAsync(String locationName, String operationName)

Get operation.

Method Details

getAsync

public abstract Observable getAsync(String locationName, String operationName)

Get operation.

Parameters:

locationName - The name of the location.
operationName - The name of the operation.

Returns:

the observable for the request

Applies to