Uses of Class
com.azure.resourcemanager.network.fluent.models.PoolAssociationInner
Packages that use PoolAssociationInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PoolAssociationInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type PoolAssociationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PoolAssociationInner> IpamPoolsClient.listAssociatedResources(String resourceGroupName, String networkManagerName, String poolName) List Associated Resource in the Pool.com.azure.core.http.rest.PagedIterable<PoolAssociationInner> IpamPoolsClient.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> IpamPoolsClient.listAssociatedResourcesAsync(String resourceGroupName, String networkManagerName, String poolName) List Associated Resource in the Pool. -
Uses of PoolAssociationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PoolAssociationInnerModifier and TypeMethodDescriptionstatic PoolAssociationInnerPoolAssociationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PoolAssociationInner from the JsonReader.PoolAssociationInner.withDescription(String description) Set the description property: The description property.PoolAssociationInner.withPoolId(String poolId) Set the poolId property: IpamPool id for which the resource is associated to.PoolAssociationInner.withResourceId(String resourceId) Set the resourceId property: Resource id of the associated Azure resource. -
Uses of PoolAssociationInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type PoolAssociationInnerModifier and TypeMethodDescriptionPoolAssociationList.value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.network.models with type arguments of type PoolAssociationInnerModifier and TypeMethodDescriptionPoolAssociationList.withValue(List<PoolAssociationInner> value) Set the value property: The value property.