NetworkExtensions.GetIPAllocations 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.
Overloads
| Name | Description |
|---|---|
| GetIPAllocations(ResourceGroupResource) |
Gets a collection of IPAllocations in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetIPAllocations() instead. </item> |
| GetIPAllocations(SubscriptionResource, CancellationToken) |
Gets all IpAllocations in a subscription. <item> Mocking. To mock this method, please mock GetIPAllocations(CancellationToken) instead. </item> |
GetIPAllocations(ResourceGroupResource)
- Source:
- NetworkExtensions.cs
- Source:
- NetworkExtensions.cs
Gets a collection of IPAllocations in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetIPAllocations() instead. </item>
public static Azure.ResourceManager.Network.IPAllocationCollection GetIPAllocations(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetIPAllocations : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Network.IPAllocationCollection
<Extension()>
Public Function GetIPAllocations (resourceGroupResource As ResourceGroupResource) As IPAllocationCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource the method will execute against.
Returns
An object representing collection of IPAllocations and their operations over a IPAllocationResource.
Exceptions
resourceGroupResource is null.
Applies to
GetIPAllocations(SubscriptionResource, CancellationToken)
- Source:
- NetworkExtensions.cs
- Source:
- NetworkExtensions.cs
Gets all IpAllocations in a subscription. <item> Mocking. To mock this method, please mock GetIPAllocations(CancellationToken) instead. </item>
public static Azure.Pageable<Azure.ResourceManager.Network.IPAllocationResource> GetIPAllocations(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetIPAllocations : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.IPAllocationResource>
<Extension()>
Public Function GetIPAllocations (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IPAllocationResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource the method will execute against.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of IPAllocationResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource is null.