Interface IpamPoolsClient
public interface IpamPoolsClient
An instance of this class provides access to all the operations defined in IpamPoolsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpamPoolInner>, IpamPoolInner> beginCreate(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body) Creates/Updates the Pool resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpamPoolInner>, IpamPoolInner> beginCreate(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body, com.azure.core.util.Context context) Creates/Updates the Pool resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpamPoolInner>, IpamPoolInner> beginCreateAsync(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body) Creates/Updates the Pool resource.beginDelete(String resourceGroupName, String networkManagerName, String poolName) Delete the Pool resource.beginDelete(String resourceGroupName, String networkManagerName, String poolName, com.azure.core.util.Context context) Delete the Pool resource.beginDeleteAsync(String resourceGroupName, String networkManagerName, String poolName) Delete the Pool resource.create(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body) Creates/Updates the Pool resource.create(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body, com.azure.core.util.Context context) Creates/Updates the Pool resource.createAsync(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body) Creates/Updates the Pool resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body) Creates/Updates the Pool resource.voidDelete the Pool resource.voiddelete(String resourceGroupName, String networkManagerName, String poolName, com.azure.core.util.Context context) Delete the Pool resource.deleteAsync(String resourceGroupName, String networkManagerName, String poolName) Delete the Pool resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName) Delete the Pool resource.Gets the specific Pool resource.Gets the specific Pool resource.getPoolUsage(String resourceGroupName, String networkManagerName, String poolName) Get the Pool Usage.getPoolUsageAsync(String resourceGroupName, String networkManagerName, String poolName) Get the Pool Usage.com.azure.core.http.rest.Response<PoolUsageInner> getPoolUsageWithResponse(String resourceGroupName, String networkManagerName, String poolName, com.azure.core.util.Context context) Get the Pool Usage.Mono<com.azure.core.http.rest.Response<PoolUsageInner>> getPoolUsageWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName) Get the Pool Usage.com.azure.core.http.rest.Response<IpamPoolInner> getWithResponse(String resourceGroupName, String networkManagerName, String poolName, com.azure.core.util.Context context) Gets the specific Pool resource.Mono<com.azure.core.http.rest.Response<IpamPoolInner>> getWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName) Gets the specific Pool resource.com.azure.core.http.rest.PagedIterable<IpamPoolInner> Gets list of Pool resources at Network Manager level.com.azure.core.http.rest.PagedIterable<IpamPoolInner> list(String resourceGroupName, String networkManagerName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue, com.azure.core.util.Context context) Gets list of Pool resources at Network Manager level.com.azure.core.http.rest.PagedIterable<PoolAssociationInner> listAssociatedResources(String resourceGroupName, String networkManagerName, String poolName) List Associated Resource in the Pool.com.azure.core.http.rest.PagedIterable<PoolAssociationInner> listAssociatedResources(String resourceGroupName, String networkManagerName, String poolName, com.azure.core.util.Context context) List Associated Resource in the Pool.com.azure.core.http.rest.PagedFlux<PoolAssociationInner> listAssociatedResourcesAsync(String resourceGroupName, String networkManagerName, String poolName) List Associated Resource in the Pool.com.azure.core.http.rest.PagedFlux<IpamPoolInner> Gets list of Pool resources at Network Manager level.com.azure.core.http.rest.PagedFlux<IpamPoolInner> listAsync(String resourceGroupName, String networkManagerName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue) Gets list of Pool resources at Network Manager level.Updates the specific Pool resource.updateAsync(String resourceGroupName, String networkManagerName, String poolName) Updates the specific Pool resource.com.azure.core.http.rest.Response<IpamPoolInner> updateWithResponse(String resourceGroupName, String networkManagerName, String poolName, IpamPoolUpdate body, com.azure.core.util.Context context) Updates the specific Pool resource.Mono<com.azure.core.http.rest.Response<IpamPoolInner>> updateWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName, IpamPoolUpdate body) Updates the specific Pool resource.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<IpamPoolInner> listAsync(String resourceGroupName, String networkManagerName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue) Gets list of Pool resources at Network Manager level.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.skipToken- Optional skip token.skip- Optional num entries to skip.top- Optional num entries to show.sortKey- Optional key by which to sort.sortValue- Optional sort value for pagination.- Returns:
- list of Pool resources at Network Manager level as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAsync
com.azure.core.http.rest.PagedFlux<IpamPoolInner> listAsync(String resourceGroupName, String networkManagerName) Gets list of Pool resources at Network Manager level.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.- Returns:
- list of Pool resources at Network Manager level as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<IpamPoolInner> list(String resourceGroupName, String networkManagerName) Gets list of Pool resources at Network Manager level.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.- Returns:
- list of Pool resources at Network Manager level as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<IpamPoolInner> list(String resourceGroupName, String networkManagerName, String skipToken, Integer skip, Integer top, String sortKey, String sortValue, com.azure.core.util.Context context) Gets list of Pool resources at Network Manager level.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.skipToken- Optional skip token.skip- Optional num entries to skip.top- Optional num entries to show.sortKey- Optional key by which to sort.sortValue- Optional sort value for pagination.context- The context to associate with this operation.- Returns:
- list of Pool resources at Network Manager level as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body) Creates/Updates the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.body- Pool resource object to create/update.- Returns:
- instance of Pool resource along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpamPoolInner>,IpamPoolInner> beginCreateAsync(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body) Creates/Updates the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.body- Pool resource object to create/update.- Returns:
- the
PollerFluxfor polling of instance of Pool resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpamPoolInner>,IpamPoolInner> beginCreate(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body) Creates/Updates the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.body- Pool resource object to create/update.- Returns:
- the
SyncPollerfor polling of instance of Pool resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpamPoolInner>,IpamPoolInner> beginCreate(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body, com.azure.core.util.Context context) Creates/Updates the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.body- Pool resource object to create/update.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of instance of Pool resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createAsync
Mono<IpamPoolInner> createAsync(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body) Creates/Updates the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.body- Pool resource object to create/update.- Returns:
- instance of Pool resource on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
create
IpamPoolInner create(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body) Creates/Updates the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.body- Pool resource object to create/update.- Returns:
- instance of Pool resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
create
IpamPoolInner create(String resourceGroupName, String networkManagerName, String poolName, IpamPoolInner body, com.azure.core.util.Context context) Creates/Updates the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.body- Pool resource object to create/update.context- The context to associate with this operation.- Returns:
- instance of Pool resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateWithResponseAsync
Mono<com.azure.core.http.rest.Response<IpamPoolInner>> updateWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName, IpamPoolUpdate body) Updates the specific Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.body- Pool resource object to update partially.- Returns:
- instance of Pool resource along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateAsync
Mono<IpamPoolInner> updateAsync(String resourceGroupName, String networkManagerName, String poolName) Updates the specific Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.- Returns:
- instance of Pool resource on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateWithResponse
com.azure.core.http.rest.Response<IpamPoolInner> updateWithResponse(String resourceGroupName, String networkManagerName, String poolName, IpamPoolUpdate body, com.azure.core.util.Context context) Updates the specific Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.body- Pool resource object to update partially.context- The context to associate with this operation.- Returns:
- instance of Pool resource along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
update
Updates the specific Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- IP Address Manager Pool resource name.- Returns:
- instance of Pool resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<IpamPoolInner>> getWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName) Gets the specific Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- the specific Pool resource along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Gets the specific Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- the specific Pool resource on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<IpamPoolInner> getWithResponse(String resourceGroupName, String networkManagerName, String poolName, com.azure.core.util.Context context) Gets the specific Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.context- The context to associate with this operation.- Returns:
- the specific Pool resource along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
Gets the specific Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- the specific Pool resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName) Delete the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- the
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String poolName) Delete the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String poolName) Delete the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkManagerName, String poolName, com.azure.core.util.Context context) Delete the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
Delete the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Delete the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String networkManagerName, String poolName, com.azure.core.util.Context context) Delete the Pool resource.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getPoolUsageWithResponseAsync
Mono<com.azure.core.http.rest.Response<PoolUsageInner>> getPoolUsageWithResponseAsync(String resourceGroupName, String networkManagerName, String poolName) Get the Pool Usage.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- the Pool Usage along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getPoolUsageAsync
Mono<PoolUsageInner> getPoolUsageAsync(String resourceGroupName, String networkManagerName, String poolName) Get the Pool Usage.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- the Pool Usage on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getPoolUsageWithResponse
com.azure.core.http.rest.Response<PoolUsageInner> getPoolUsageWithResponse(String resourceGroupName, String networkManagerName, String poolName, com.azure.core.util.Context context) Get the Pool Usage.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.context- The context to associate with this operation.- Returns:
- the Pool Usage along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getPoolUsage
Get the Pool Usage.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- the Pool Usage.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAssociatedResourcesAsync
com.azure.core.http.rest.PagedFlux<PoolAssociationInner> listAssociatedResourcesAsync(String resourceGroupName, String networkManagerName, String poolName) List Associated Resource in the Pool.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- list of PoolAssociation as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAssociatedResources
com.azure.core.http.rest.PagedIterable<PoolAssociationInner> listAssociatedResources(String resourceGroupName, String networkManagerName, String poolName) List Associated Resource in the Pool.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.- Returns:
- list of PoolAssociation as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAssociatedResources
com.azure.core.http.rest.PagedIterable<PoolAssociationInner> listAssociatedResources(String resourceGroupName, String networkManagerName, String poolName, com.azure.core.util.Context context) List Associated Resource in the Pool.- Parameters:
resourceGroupName- The name of the resource group.networkManagerName- The name of the network manager.poolName- Pool resource name.context- The context to associate with this operation.- Returns:
- list of PoolAssociation as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-