ScopeAccessReviewHistoryDefinitionCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the accessReviewHistoryDefinitions available from this provider, definition instances are only available for 30 days after creation.
- Request Path. : /{scope}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions.
- Operation Id. : ScopeAccessReviewHistoryDefinitions_List.
- Default Api Version. : 2021-12-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Authorization.ScopeAccessReviewHistoryDefinitionResource> GetAll(string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Authorization.ScopeAccessReviewHistoryDefinitionResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Authorization.ScopeAccessReviewHistoryDefinitionResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ScopeAccessReviewHistoryDefinitionResource)
Parameters
- filter
- String
The filter to apply on the operation. Only standard filters on definition name and created date are supported.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ScopeAccessReviewHistoryDefinitionResource that may take multiple service requests to iterate over.