List of PoolAssociation
Uses Azure REST API version 2024-05-01.
Other available API versions: 2024-01-01-preview, 2024-07-01, 2024-10-01, 2025-01-01, 2025-03-01, 2025-05-01. 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 dictionaryThe following arguments are supported:
- Network
Manager stringName - The name of the network manager.
- Pool
Name string - Pool resource name.
- Resource
Group stringName - The name of the resource group.
- Network
Manager stringName - The name of the network manager.
- Pool
Name string - Pool resource name.
- Resource
Group stringName - The name of the resource group.
- network
Manager StringName - The name of the network manager.
- pool
Name String - Pool resource name.
- resource
Group StringName - The name of the resource group.
- network
Manager stringName - The name of the network manager.
- pool
Name string - Pool resource name.
- resource
Group stringName - The name of the resource group.
- network_
manager_ strname - The name of the network manager.
- pool_
name str - Pool resource name.
- resource_
group_ strname - The name of the resource group.
- network
Manager StringName - The name of the network manager.
- pool
Name String - Pool resource name.
- resource
Group StringName - 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 List<string> - List of assigned IP address prefixes in the IpamPool of the associated resource.
- Created
At string - Creation time of the association.
- Number
Of stringReserved IPAddresses - Total number of reserved IP addresses of the association.
- Reservation
Expires stringAt - Expire time for IP addresses reserved.
- Reserved
Prefixes List<string> - List of reserved IP address prefixes in the IpamPool of the associated resource.
- Resource
Id string - Resource id of the associated Azure resource.
- Total
Number stringOf IPAddresses - 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 []string - List of assigned IP address prefixes in the IpamPool of the associated resource.
- Created
At string - Creation time of the association.
- Number
Of stringReserved IPAddresses - Total number of reserved IP addresses of the association.
- Reservation
Expires stringAt - Expire time for IP addresses reserved.
- Reserved
Prefixes []string - List of reserved IP address prefixes in the IpamPool of the associated resource.
- Resource
Id string - Resource id of the associated Azure resource.
- Total
Number stringOf IPAddresses - 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 List<String> - List of assigned IP address prefixes in the IpamPool of the associated resource.
- created
At String - Creation time of the association.
- number
Of StringReserved IPAddresses - Total number of reserved IP addresses of the association.
- reservation
Expires StringAt - Expire time for IP addresses reserved.
- reserved
Prefixes List<String> - List of reserved IP address prefixes in the IpamPool of the associated resource.
- resource
Id String - Resource id of the associated Azure resource.
- total
Number StringOf IPAddresses - 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 string[] - List of assigned IP address prefixes in the IpamPool of the associated resource.
- created
At string - Creation time of the association.
- number
Of stringReserved IPAddresses - Total number of reserved IP addresses of the association.
- reservation
Expires stringAt - Expire time for IP addresses reserved.
- reserved
Prefixes string[] - List of reserved IP address prefixes in the IpamPool of the associated resource.
- resource
Id string - Resource id of the associated Azure resource.
- total
Number stringOf IPAddresses - 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 Sequence[str] - List of assigned IP address prefixes in the IpamPool of the associated resource.
- created_
at str - Creation time of the association.
- number_
of_ strreserved_ ip_ addresses - Total number of reserved IP addresses of the association.
- reservation_
expires_ strat - Expire time for IP addresses reserved.
- reserved_
prefixes Sequence[str] - List of reserved IP address prefixes in the IpamPool of the associated resource.
- resource_
id str - Resource id of the associated Azure resource.
- total_
number_ strof_ ip_ addresses - 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 List<String> - List of assigned IP address prefixes in the IpamPool of the associated resource.
- created
At String - Creation time of the association.
- number
Of StringReserved IPAddresses - Total number of reserved IP addresses of the association.
- reservation
Expires StringAt - Expire time for IP addresses reserved.
- reserved
Prefixes List<String> - List of reserved IP address prefixes in the IpamPool of the associated resource.
- resource
Id String - Resource id of the associated Azure resource.
- total
Number StringOf IPAddresses - 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
