ManagedCcfCollection.GetAll(String, CancellationToken) Method

Definition

Retrieves the properties of all Managed CCF apps.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs
  • Operation Id: ManagedCCF_ListByResourceGroup
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
public virtual Azure.Pageable<Azure.ResourceManager.ConfidentialLedger.ManagedCcfResource> GetAll (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConfidentialLedger.ManagedCcfResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConfidentialLedger.ManagedCcfResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedCcfResource)

Parameters

filter
String

The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ManagedCcfResource that may take multiple service requests to iterate over.

Applies to