TenantLevelAccessReviewInstanceContactedReviewersClient Interface

public interface TenantLevelAccessReviewInstanceContactedReviewersClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<AccessReviewContactedReviewerInner> list(String scheduleDefinitionId, String id)

Get access review instance contacted reviewers.

abstract PagedIterable<AccessReviewContactedReviewerInner> list(String scheduleDefinitionId, String id, Context context)

Get access review instance contacted reviewers.

abstract PagedFlux<AccessReviewContactedReviewerInner> listAsync(String scheduleDefinitionId, String id)

Get access review instance contacted reviewers.

Method Details

list

public abstract PagedIterable<AccessReviewContactedReviewerInner> list(String scheduleDefinitionId, String id)

Get access review instance contacted reviewers.

Parameters:

scheduleDefinitionId - The id of the access review schedule definition.
id - The id of the access review instance.

Returns:

access review instance contacted reviewers as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<AccessReviewContactedReviewerInner> list(String scheduleDefinitionId, String id, Context context)

Get access review instance contacted reviewers.

Parameters:

scheduleDefinitionId - The id of the access review schedule definition.
id - The id of the access review instance.
context - The context to associate with this operation.

Returns:

access review instance contacted reviewers as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<AccessReviewContactedReviewerInner> listAsync(String scheduleDefinitionId, String id)

Get access review instance contacted reviewers.

Parameters:

scheduleDefinitionId - The id of the access review schedule definition.
id - The id of the access review instance.

Returns:

access review instance contacted reviewers as paginated response with PagedFlux<T>.

Applies to