ScopeAccessReviewHistoryDefinitionInstancesOperationsClient Interface

public interface ScopeAccessReviewHistoryDefinitionInstancesOperationsClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<AccessReviewHistoryInstanceInner> list(String scope, String historyDefinitionId)

Get access review history definition instances by definition Id.

abstract PagedIterable<AccessReviewHistoryInstanceInner> list(String scope, String historyDefinitionId, Context context)

Get access review history definition instances by definition Id.

abstract PagedFlux<AccessReviewHistoryInstanceInner> listAsync(String scope, String historyDefinitionId)

Get access review history definition instances by definition Id.

Method Details

list

public abstract PagedIterable<AccessReviewHistoryInstanceInner> list(String scope, String historyDefinitionId)

Get access review history definition instances by definition Id.

Parameters:

scope - The scope of the resource.
historyDefinitionId - The id of the access review history definition.

Returns:

access review history definition instances by definition Id as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<AccessReviewHistoryInstanceInner> list(String scope, String historyDefinitionId, Context context)

Get access review history definition instances by definition Id.

Parameters:

scope - The scope of the resource.
historyDefinitionId - The id of the access review history definition.
context - The context to associate with this operation.

Returns:

access review history definition instances by definition Id as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<AccessReviewHistoryInstanceInner> listAsync(String scope, String historyDefinitionId)

Get access review history definition instances by definition Id.

Parameters:

scope - The scope of the resource.
historyDefinitionId - The id of the access review history definition.

Returns:

access review history definition instances by definition Id as paginated response with PagedFlux<T>.

Applies to