IpamPoolCollection.GetAll 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.Pageable<Azure.ResourceManager.Network.IpamPoolResource> GetAll (string skipToken = default, int? skip = default, int? top = default, string sortKey = default, string sortValue = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.IpamPoolResource>
override this.GetAll : string * Nullable<int> * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.IpamPoolResource>
Public Overridable Function GetAll (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 Pageable(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
A collection of IpamPoolResource that may take multiple service requests to iterate over.