共用方式為


IpamPoolCollection Class

Definition

A class representing a collection of IpamPoolResource and their operations. Each IpamPoolResource in the collection will belong to the same instance of NetworkManagerResource. To get an IpamPoolCollection instance call the GetIpamPools method from an instance of NetworkManagerResource.

public class IpamPoolCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Network.IpamPoolResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.IpamPoolResource>
type IpamPoolCollection = class
    inherit ArmCollection
    interface seq<IpamPoolResource>
    interface IEnumerable
    interface IAsyncEnumerable<IpamPoolResource>
Public Class IpamPoolCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of IpamPoolResource), IEnumerable(Of IpamPoolResource)
Inheritance
IpamPoolCollection
Implements

Constructors

IpamPoolCollection()

Initializes a new instance of the IpamPoolCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, IpamPoolData, CancellationToken)

Creates/Updates the Pool resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
  • Operation Id: IpamPools_Create
  • Default Api Version: 2024-05-01
  • Resource: IpamPoolResource
CreateOrUpdateAsync(WaitUntil, String, IpamPoolData, CancellationToken)

Creates/Updates the Pool resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
  • Operation Id: IpamPools_Create
  • Default Api Version: 2024-05-01
  • Resource: IpamPoolResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
  • Operation Id: IpamPools_Get
  • Default Api Version: 2024-05-01
  • Resource: IpamPoolResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
  • Operation Id: IpamPools_Get
  • Default Api Version: 2024-05-01
  • Resource: IpamPoolResource
Get(String, CancellationToken)

Gets the specific Pool resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
  • Operation Id: IpamPools_Get
  • Default Api Version: 2024-05-01
  • Resource: IpamPoolResource
GetAll(String, Nullable<Int32>, Nullable<Int32>, String, String, CancellationToken)

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
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, CancellationToken)

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
GetAsync(String, CancellationToken)

Gets the specific Pool resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
  • Operation Id: IpamPools_Get
  • Default Api Version: 2024-05-01
  • Resource: IpamPoolResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
  • Operation Id: IpamPools_Get
  • Default Api Version: 2024-05-01
  • Resource: IpamPoolResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}
  • Operation Id: IpamPools_Get
  • Default Api Version: 2024-05-01
  • Resource: IpamPoolResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<IpamPoolResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<IpamPoolResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to