ConfidentialLedgerExtensions.GetManagedCcfsAsync 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.
Retrieves the properties of all Managed CCF.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/managedCCFs
- Operation Id: ManagedCCF_ListBySubscription
- Default Api Version: 2023-06-28-preview
- Resource: ManagedCcfResource
public static Azure.AsyncPageable<Azure.ResourceManager.ConfidentialLedger.ManagedCcfResource> GetManagedCcfsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedCcfsAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ConfidentialLedger.ManagedCcfResource>
<Extension()>
Public Function GetManagedCcfsAsync (subscriptionResource As SubscriptionResource, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedCcfResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- filter
- String
The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ManagedCcfResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET