ScopeAccessReviewHistoryDefinitionsClient Interface
public interface ScopeAccessReviewHistoryDefinitionsClient
An instance of this class provides access to all the operations defined in ScopeAccessReviewHistoryDefinitionsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Access |
getById(String scope, String historyDefinitionId)
Get access review history definition by definition Id. |
|
abstract
Mono<Access |
getByIdAsync(String scope, String historyDefinitionId)
Get access review history definition by definition Id. |
|
abstract
Response<Access |
getByIdWithResponse(String scope, String historyDefinitionId, Context context)
Get access review history definition by definition Id. |
|
abstract
Mono<Response<Access |
getByIdWithResponseAsync(String scope, String historyDefinitionId)
Get access review history definition by definition Id. |
|
abstract
Paged |
list(String scope)
Lists the access |
|
abstract
Paged |
list(String scope, String filter, Context context)
Lists the access |
|
abstract
Paged |
listAsync(String scope)
Lists the access |
|
abstract
Paged |
listAsync(String scope, String filter)
Lists the access |
Method Details
getById
public abstract AccessReviewHistoryDefinitionInner getById(String scope, String historyDefinitionId)
Get access review history definition by definition Id.
Parameters:
Returns:
getByIdAsync
public abstract Mono<AccessReviewHistoryDefinitionInner> getByIdAsync(String scope, String historyDefinitionId)
Get access review history definition by definition Id.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<AccessReviewHistoryDefinitionInner> getByIdWithResponse(String scope, String historyDefinitionId, Context context)
Get access review history definition by definition Id.
Parameters:
Returns:
getByIdWithResponseAsync
public abstract Mono<Response<AccessReviewHistoryDefinitionInner>> getByIdWithResponseAsync(String scope, String historyDefinitionId)
Get access review history definition by definition Id.
Parameters:
Returns:
list
public abstract PagedIterable<AccessReviewHistoryDefinitionInner> list(String scope)
Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only available for 30 days after creation.
Parameters:
Returns:
list
public abstract PagedIterable<AccessReviewHistoryDefinitionInner> list(String scope, String filter, Context context)
Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only available for 30 days after creation.
Parameters:
Returns:
listAsync
public abstract PagedFlux<AccessReviewHistoryDefinitionInner> listAsync(String scope)
Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only available for 30 days after creation.
Parameters:
Returns:
listAsync
public abstract PagedFlux<AccessReviewHistoryDefinitionInner> listAsync(String scope, String filter)
Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only available for 30 days after creation.
Parameters:
Returns: