IpamPoolCollection.GetAllAsync 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 list of Pool resources at Network Manager level.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools
- Operation Id: IpamPools_List
- Default Api Version: 2024-05-01
- Resource: IpamPoolResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.IpamPoolResource> GetAllAsync (string skipToken = default, int? skip = default, int? top = default, string sortKey = default, string sortValue = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.IpamPoolResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.IpamPoolResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional sortKey As String = Nothing, Optional sortValue As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IpamPoolResource)
Parameters
- skipToken
- String
Optional skip token.
- sortKey
- String
Optional key by which to sort.
- sortValue
- String
Optional sort value for pagination.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of IpamPoolResource that may take multiple service requests to iterate over.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET