MockableContainerInstanceSubscriptionResource.GetNGroups 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.
Gets a list of all NGroups resources under a subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/ngroups
- Operation Id: NGroups_List
- Default Api Version: 2024-11-01-preview
- Resource: NGroupResource
public virtual Azure.Pageable<Azure.ResourceManager.ContainerInstance.NGroupResource> GetNGroups(System.Threading.CancellationToken cancellationToken = default);
abstract member GetNGroups : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerInstance.NGroupResource>
override this.GetNGroups : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerInstance.NGroupResource>
Public Overridable Function GetNGroups (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NGroupResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of NGroupResource that may take multiple service requests to iterate over.