MockableNetworkSubscriptionResource.GetInterconnectGroupsAsync 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 all interconnect groups in a subscription.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Network/interconnectGroups.
- Operation Id. : InterconnectGroups_ListAll.
- Default Api Version. : 2025-07-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.InterconnectGroupResource> GetInterconnectGroupsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetInterconnectGroupsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.InterconnectGroupResource>
override this.GetInterconnectGroupsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.InterconnectGroupResource>
Public Overridable Function GetInterconnectGroupsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of InterconnectGroupResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of InterconnectGroupResource that may take multiple service requests to iterate over.