ScopeAccessReviewInstanceContactedReviewersClient Interface

public interface ScopeAccessReviewInstanceContactedReviewersClient

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

Method Summary

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

Get access review instance contacted reviewers.

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

Get access review instance contacted reviewers.

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

Get access review instance contacted reviewers.

Method Details

list

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

Get access review instance contacted reviewers.

Parameters:

scope - The scope of the resource.
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 scope, String scheduleDefinitionId, String id, Context context)

Get access review instance contacted reviewers.

Parameters:

scope - The scope of the resource.
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 scope, String scheduleDefinitionId, String id)

Get access review instance contacted reviewers.

Parameters:

scope - The scope of the resource.
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