This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi
azure-native.network.listIpamPoolAssociatedResources
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi
List of PoolAssociation
Uses Azure REST API version 2024-05-01.
Other available API versions: 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]
. See the version guide for details.
Using listIpamPoolAssociatedResources
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listIpamPoolAssociatedResources(args: ListIpamPoolAssociatedResourcesArgs, opts?: InvokeOptions): Promise<ListIpamPoolAssociatedResourcesResult>
function listIpamPoolAssociatedResourcesOutput(args: ListIpamPoolAssociatedResourcesOutputArgs, opts?: InvokeOptions): Output<ListIpamPoolAssociatedResourcesResult>
def list_ipam_pool_associated_resources(network_manager_name: Optional[str] = None,
pool_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListIpamPoolAssociatedResourcesResult
def list_ipam_pool_associated_resources_output(network_manager_name: Optional[pulumi.Input[str]] = None,
pool_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListIpamPoolAssociatedResourcesResult]
func ListIpamPoolAssociatedResources(ctx *Context, args *ListIpamPoolAssociatedResourcesArgs, opts ...InvokeOption) (*ListIpamPoolAssociatedResourcesResult, error)
func ListIpamPoolAssociatedResourcesOutput(ctx *Context, args *ListIpamPoolAssociatedResourcesOutputArgs, opts ...InvokeOption) ListIpamPoolAssociatedResourcesResultOutput
> Note: This function is named ListIpamPoolAssociatedResources
in the Go SDK.
public static class ListIpamPoolAssociatedResources
{
public static Task<ListIpamPoolAssociatedResourcesResult> InvokeAsync(ListIpamPoolAssociatedResourcesArgs args, InvokeOptions? opts = null)
public static Output<ListIpamPoolAssociatedResourcesResult> Invoke(ListIpamPoolAssociatedResourcesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListIpamPoolAssociatedResourcesResult> listIpamPoolAssociatedResources(ListIpamPoolAssociatedResourcesArgs args, InvokeOptions options)
public static Output<ListIpamPoolAssociatedResourcesResult> listIpamPoolAssociatedResources(ListIpamPoolAssociatedResourcesArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:network:listIpamPoolAssociatedResources
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- Pool
Name This property is required. Changes to this property will trigger replacement.
- Pool resource name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- Pool
Name This property is required. Changes to this property will trigger replacement.
- Pool resource name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- pool
Name This property is required. Changes to this property will trigger replacement.
- Pool resource name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- pool
Name This property is required. Changes to this property will trigger replacement.
- Pool resource name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- network_
manager_ name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- pool_
name This property is required. Changes to this property will trigger replacement.
- Pool resource name.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- pool
Name This property is required. Changes to this property will trigger replacement.
- Pool resource name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
listIpamPoolAssociatedResources Result
The following output properties are available:
- Next
Link string - The link used to get the next page of operations.
- Value
List<Pulumi.
Azure Native. Network. Outputs. Pool Association Response>
- Next
Link string - The link used to get the next page of operations.
- Value
[]Pool
Association Response
- next
Link String - The link used to get the next page of operations.
- value
List<Pool
Association Response>
- next
Link string - The link used to get the next page of operations.
- value
Pool
Association Response[]
- next_
link str - The link used to get the next page of operations.
- value
Sequence[Pool
Association Response]
- next
Link String - The link used to get the next page of operations.
- value List<Property Map>
Supporting Types
PoolAssociationResponse
- Address
Prefixes This property is required. List<string> - List of assigned IP address prefixes in the IpamPool of the associated resource.
- Created
At This property is required. string - Creation time of the association.
- Number
Of Reserved IPAddresses This property is required. string - Total number of reserved IP addresses of the association.
- Reservation
Expires At This property is required. string - Expire time for IP addresses reserved.
- Reserved
Prefixes This property is required. List<string> - List of reserved IP address prefixes in the IpamPool of the associated resource.
- Resource
Id This property is required. string - Resource id of the associated Azure resource.
- Total
Number Of IPAddresses This property is required. string - Total number of assigned IP addresses of the association.
- Description string
- Pool
Id string - IpamPool id for which the resource is associated to.
- Address
Prefixes This property is required. []string - List of assigned IP address prefixes in the IpamPool of the associated resource.
- Created
At This property is required. string - Creation time of the association.
- Number
Of Reserved IPAddresses This property is required. string - Total number of reserved IP addresses of the association.
- Reservation
Expires At This property is required. string - Expire time for IP addresses reserved.
- Reserved
Prefixes This property is required. []string - List of reserved IP address prefixes in the IpamPool of the associated resource.
- Resource
Id This property is required. string - Resource id of the associated Azure resource.
- Total
Number Of IPAddresses This property is required. string - Total number of assigned IP addresses of the association.
- Description string
- Pool
Id string - IpamPool id for which the resource is associated to.
- address
Prefixes This property is required. List<String> - List of assigned IP address prefixes in the IpamPool of the associated resource.
- created
At This property is required. String - Creation time of the association.
- number
Of Reserved IPAddresses This property is required. String - Total number of reserved IP addresses of the association.
- reservation
Expires At This property is required. String - Expire time for IP addresses reserved.
- reserved
Prefixes This property is required. List<String> - List of reserved IP address prefixes in the IpamPool of the associated resource.
- resource
Id This property is required. String - Resource id of the associated Azure resource.
- total
Number Of IPAddresses This property is required. String - Total number of assigned IP addresses of the association.
- description String
- pool
Id String - IpamPool id for which the resource is associated to.
- address
Prefixes This property is required. string[] - List of assigned IP address prefixes in the IpamPool of the associated resource.
- created
At This property is required. string - Creation time of the association.
- number
Of Reserved IPAddresses This property is required. string - Total number of reserved IP addresses of the association.
- reservation
Expires At This property is required. string - Expire time for IP addresses reserved.
- reserved
Prefixes This property is required. string[] - List of reserved IP address prefixes in the IpamPool of the associated resource.
- resource
Id This property is required. string - Resource id of the associated Azure resource.
- total
Number Of IPAddresses This property is required. string - Total number of assigned IP addresses of the association.
- description string
- pool
Id string - IpamPool id for which the resource is associated to.
- address_
prefixes This property is required. Sequence[str] - List of assigned IP address prefixes in the IpamPool of the associated resource.
- created_
at This property is required. str - Creation time of the association.
- number_
of_ reserved_ ip_ addresses This property is required. str - Total number of reserved IP addresses of the association.
- reservation_
expires_ at This property is required. str - Expire time for IP addresses reserved.
- reserved_
prefixes This property is required. Sequence[str] - List of reserved IP address prefixes in the IpamPool of the associated resource.
- resource_
id This property is required. str - Resource id of the associated Azure resource.
- total_
number_ of_ ip_ addresses This property is required. str - Total number of assigned IP addresses of the association.
- description str
- pool_
id str - IpamPool id for which the resource is associated to.
- address
Prefixes This property is required. List<String> - List of assigned IP address prefixes in the IpamPool of the associated resource.
- created
At This property is required. String - Creation time of the association.
- number
Of Reserved IPAddresses This property is required. String - Total number of reserved IP addresses of the association.
- reservation
Expires At This property is required. String - Expire time for IP addresses reserved.
- reserved
Prefixes This property is required. List<String> - List of reserved IP address prefixes in the IpamPool of the associated resource.
- resource
Id This property is required. String - Resource id of the associated Azure resource.
- total
Number Of IPAddresses This property is required. String - Total number of assigned IP addresses of the association.
- description String
- pool
Id String - IpamPool id for which the resource is associated to.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi