Aracılığıyla paylaş


OperationsClient Interface

public interface OperationsClient

An instance of this class provides access to all the operations defined in OperationsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<OperationInner> list()

Lists all operations available Azure Security Insights Resource Provider.

abstract PagedIterable<OperationInner> list(Context context)

Lists all operations available Azure Security Insights Resource Provider.

Method Details

list

public abstract PagedIterable<OperationInner> list()

Lists all operations available Azure Security Insights Resource Provider.

Returns:

lists the operations available in the SecurityInsights RP as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OperationInner> list(Context context)

Lists all operations available Azure Security Insights Resource Provider.

Parameters:

context - The context to associate with this operation.

Returns:

lists the operations available in the SecurityInsights RP as paginated response with PagedIterable<T>.

Applies to