Uses of Class
com.azure.resourcemanager.batch.fluent.models.PoolInner
Packages that use PoolInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of PoolInner in com.azure.resourcemanager.batch.fluent
Methods in com.azure.resourcemanager.batch.fluent that return PoolInnerModifier and TypeMethodDescriptionPoolsClient.create(String resourceGroupName, String accountName, String poolName, PoolInner parameters) Creates a new pool inside the specified account.PoolsClient.disableAutoScale(String resourceGroupName, String accountName, String poolName) Disables automatic scaling for a pool.Gets information about the specified pool.PoolsClient.stopResize(String resourceGroupName, String accountName, String poolName) Stops an ongoing resize operation on the pool.PoolsClient.update(String resourceGroupName, String accountName, String poolName, PoolInner parameters) Updates the properties of an existing pool.Methods in com.azure.resourcemanager.batch.fluent that return types with arguments of type PoolInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PoolInner>PoolsClient.listByBatchAccount(String resourceGroupName, String accountName) Lists all of the pools in the specified account.com.azure.core.http.rest.PagedIterable<PoolInner>PoolsClient.listByBatchAccount(String resourceGroupName, String accountName, Integer maxresults, String select, String filter, com.azure.core.util.Context context) Lists all of the pools in the specified account.Methods in com.azure.resourcemanager.batch.fluent with parameters of type PoolInnerModifier and TypeMethodDescriptionPoolsClient.create(String resourceGroupName, String accountName, String poolName, PoolInner parameters) Creates a new pool inside the specified account.PoolsClient.createWithResponse(String resourceGroupName, String accountName, String poolName, PoolInner parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context) Creates a new pool inside the specified account.PoolsClient.update(String resourceGroupName, String accountName, String poolName, PoolInner parameters) Updates the properties of an existing pool.PoolsClient.updateWithResponse(String resourceGroupName, String accountName, String poolName, PoolInner parameters, String ifMatch, com.azure.core.util.Context context) Updates the properties of an existing pool. -
Uses of PoolInner in com.azure.resourcemanager.batch.fluent.models
Methods in com.azure.resourcemanager.batch.fluent.models that return PoolInnerModifier and TypeMethodDescriptionPoolInner.withApplicationLicenses(List<String> applicationLicenses) Set the applicationLicenses property: The list of application licenses the Batch service will make available on each compute node in the pool.PoolInner.withApplicationPackages(List<ApplicationPackageReference> applicationPackages) Set the applicationPackages property: The list of application packages to be installed on each compute node in the pool.PoolInner.withCertificates(List<CertificateReference> certificates) Set the certificates property: The list of certificates to be installed on each compute node in the pool.PoolInner.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration) Set the deploymentConfiguration property: Deployment configuration properties.PoolInner.withDisplayName(String displayName) Set the displayName property: The display name for the pool.PoolInner.withIdentity(BatchPoolIdentity identity) Set the identity property: The type of identity used for the Batch Pool.PoolInner.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication) Set the interNodeCommunication property: Whether the pool permits direct communication between nodes.PoolInner.withMetadata(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the pool as metadata.PoolInner.withMountConfiguration(List<MountConfiguration> mountConfiguration) Set the mountConfiguration property: A list of file systems to mount on each node in the pool.PoolInner.withNetworkConfiguration(NetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for a pool.PoolInner.withResourceTags(Map<String, String> resourceTags) Set the resourceTags property: The user-defined tags to be associated with the Azure Batch Pool.PoolInner.withScaleSettings(ScaleSettings scaleSettings) Set the scaleSettings property: Scale settings for the pool Defines the desired size of the pool.PoolInner.withStartTask(StartTask startTask) Set the startTask property: A task which is run when a compute node joins a pool in the Azure Batch service, or when the compute node is rebooted or reimaged.PoolInner.withTargetNodeCommunicationMode(NodeCommunicationMode targetNodeCommunicationMode) Set the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service.PoolInner.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy) Set the taskSchedulingPolicy property: Specifies how tasks should be distributed across compute nodes.PoolInner.withTaskSlotsPerNode(Integer taskSlotsPerNode) Set the taskSlotsPerNode property: The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.PoolInner.withUserAccounts(List<UserAccount> userAccounts) Set the userAccounts property: The list of user accounts to be created on each node in the pool.PoolInner.withVmSize(String vmSize) Set the vmSize property: The size of virtual machines in the pool. -
Uses of PoolInner in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return PoolInnerModifier and TypeMethodDescriptionPoolsCreateResponse.getValue()Gets the deserialized response body.PoolsDisableAutoScaleResponse.getValue()Gets the deserialized response body.PoolsGetResponse.getValue()Gets the deserialized response body.PoolsStopResizeResponse.getValue()Gets the deserialized response body.PoolsUpdateResponse.getValue()Gets the deserialized response body.Pool.innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.PoolInner object.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type PoolInnerModifier and TypeMethodDescriptionListPoolsResult.value()Get the value property: The collection of returned pools.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type PoolInnerModifier and TypeMethodDescriptionSet the value property: The collection of returned pools.Constructors in com.azure.resourcemanager.batch.models with parameters of type PoolInnerModifierConstructorDescriptionPoolsCreateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PoolInner value, PoolsCreateHeaders headers) Creates an instance of PoolsCreateResponse.PoolsDisableAutoScaleResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PoolInner value, PoolsDisableAutoScaleHeaders headers) Creates an instance of PoolsDisableAutoScaleResponse.PoolsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PoolInner value, PoolsGetHeaders headers) Creates an instance of PoolsGetResponse.PoolsStopResizeResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PoolInner value, PoolsStopResizeHeaders headers) Creates an instance of PoolsStopResizeResponse.PoolsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PoolInner value, PoolsUpdateHeaders headers) Creates an instance of PoolsUpdateResponse.