Share via


OperationsDiscoveries Interface

public interface OperationsDiscoveries

Resource collection API of OperationsDiscoveries.

Method Summary

Modifier and Type Method and Description
abstract OperationsDiscoveryCollection get()

The get operation.

abstract Response<OperationsDiscoveryCollection> getWithResponse(Context context)

The get operation.

Method Details

get

public abstract OperationsDiscoveryCollection get()

The get operation.

Returns:

collection of ClientDiscovery details.

getWithResponse

public abstract Response<OperationsDiscoveryCollection> getWithResponse(Context context)

The get operation.

Parameters:

context - The context to associate with this operation.

Returns:

collection of ClientDiscovery details along with Response<T>.

Applies to