EnterpriseMccCustomerCollection.GetAll(CancellationToken) 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.
This api gets the information about all enterprise mcc customer resources under the given subscription and resource group
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers
- Operation Id: EnterpriseMccCustomerResource_ListByResourceGroup
- Default Api Version: 2024-11-30-preview
- Resource: EnterpriseMccCustomerResource
public virtual Azure.Pageable<Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EnterpriseMccCustomerResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of EnterpriseMccCustomerResource that may take multiple service requests to iterate over.