azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

408 строки
34 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.batch.fluent.PoolsClient"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient"
name: "PoolsClient"
nameWithType: "PoolsClient"
summary: "An instance of this class provides access to all the operations defined in Pools<wbr>Client."
syntax: "public interface **PoolsClient**"
methods:
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.beginDelete(String resourceGroupName, String accountName, String poolName)"
name: "beginDelete(String resourceGroupName, String accountName, String poolName)"
nameWithType: "PoolsClient.beginDelete(String resourceGroupName, String accountName, String poolName)"
summary: "Deletes the specified pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String poolName)"
desc: "Deletes the specified pool."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.beginDelete(String resourceGroupName, String accountName, String poolName, Context context)"
name: "beginDelete(String resourceGroupName, String accountName, String poolName, Context context)"
nameWithType: "PoolsClient.beginDelete(String resourceGroupName, String accountName, String poolName, Context context)"
summary: "Deletes the specified pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String poolName, Context context)"
desc: "Deletes the specified pool."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.create(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.batch.fluent.models.PoolInner)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.create(String resourceGroupName, String accountName, String poolName, PoolInner parameters)"
name: "create(String resourceGroupName, String accountName, String poolName, PoolInner parameters)"
nameWithType: "PoolsClient.create(String resourceGroupName, String accountName, String poolName, PoolInner parameters)"
summary: "Creates a new pool inside the specified account."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for pool creation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PoolInner create(String resourceGroupName, String accountName, String poolName, PoolInner parameters)"
desc: "Creates a new pool inside the specified account."
returns:
description: "contains information about a pool."
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.createWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.batch.fluent.models.PoolInner,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.createWithResponse(String resourceGroupName, String accountName, String poolName, PoolInner parameters, String ifMatch, String ifNoneMatch, Context context)"
name: "createWithResponse(String resourceGroupName, String accountName, String poolName, PoolInner parameters, String ifMatch, String ifNoneMatch, Context context)"
nameWithType: "PoolsClient.createWithResponse(String resourceGroupName, String accountName, String poolName, PoolInner parameters, String ifMatch, String ifNoneMatch, Context context)"
summary: "Creates a new pool inside the specified account."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for pool creation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The entity state (ETag) version of the pool to update. A value of \"*\" can be used to apply the\n operation only if the pool already exists. If omitted, this operation will always be applied."
name: "ifMatch"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Set to '*' to allow a new pool to be created, but to prevent updating an existing pool. Other\n values will be ignored."
name: "ifNoneMatch"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PoolsCreateResponse createWithResponse(String resourceGroupName, String accountName, String poolName, PoolInner parameters, String ifMatch, String ifNoneMatch, Context context)"
desc: "Creates a new pool inside the specified account."
returns:
description: "contains information about a pool."
type: "<xref href=\"com.azure.resourcemanager.batch.models.PoolsCreateResponse?alt=com.azure.resourcemanager.batch.models.PoolsCreateResponse&text=PoolsCreateResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.delete(String resourceGroupName, String accountName, String poolName)"
name: "delete(String resourceGroupName, String accountName, String poolName)"
nameWithType: "PoolsClient.delete(String resourceGroupName, String accountName, String poolName)"
summary: "Deletes the specified pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String accountName, String poolName)"
desc: "Deletes the specified pool."
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.delete(String resourceGroupName, String accountName, String poolName, Context context)"
name: "delete(String resourceGroupName, String accountName, String poolName, Context context)"
nameWithType: "PoolsClient.delete(String resourceGroupName, String accountName, String poolName, Context context)"
summary: "Deletes the specified pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String accountName, String poolName, Context context)"
desc: "Deletes the specified pool."
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.disableAutoScale(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.disableAutoScale(String resourceGroupName, String accountName, String poolName)"
name: "disableAutoScale(String resourceGroupName, String accountName, String poolName)"
nameWithType: "PoolsClient.disableAutoScale(String resourceGroupName, String accountName, String poolName)"
summary: "Disables automatic scaling for a pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PoolInner disableAutoScale(String resourceGroupName, String accountName, String poolName)"
desc: "Disables automatic scaling for a pool."
returns:
description: "contains information about a pool."
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.disableAutoScaleWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.disableAutoScaleWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
name: "disableAutoScaleWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
nameWithType: "PoolsClient.disableAutoScaleWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
summary: "Disables automatic scaling for a pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PoolsDisableAutoScaleResponse disableAutoScaleWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
desc: "Disables automatic scaling for a pool."
returns:
description: "contains information about a pool."
type: "<xref href=\"com.azure.resourcemanager.batch.models.PoolsDisableAutoScaleResponse?alt=com.azure.resourcemanager.batch.models.PoolsDisableAutoScaleResponse&text=PoolsDisableAutoScaleResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.get(String resourceGroupName, String accountName, String poolName)"
name: "get(String resourceGroupName, String accountName, String poolName)"
nameWithType: "PoolsClient.get(String resourceGroupName, String accountName, String poolName)"
summary: "Gets information about the specified pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PoolInner get(String resourceGroupName, String accountName, String poolName)"
desc: "Gets information about the specified pool."
returns:
description: "information about the specified pool."
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.getWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
nameWithType: "PoolsClient.getWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
summary: "Gets information about the specified pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PoolsGetResponse getWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
desc: "Gets information about the specified pool."
returns:
description: "information about the specified pool."
type: "<xref href=\"com.azure.resourcemanager.batch.models.PoolsGetResponse?alt=com.azure.resourcemanager.batch.models.PoolsGetResponse&text=PoolsGetResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.listByBatchAccount(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.listByBatchAccount(String resourceGroupName, String accountName)"
name: "listByBatchAccount(String resourceGroupName, String accountName)"
nameWithType: "PoolsClient.listByBatchAccount(String resourceGroupName, String accountName)"
summary: "Lists all of the pools in the specified account."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<PoolInner> listByBatchAccount(String resourceGroupName, String accountName)"
desc: "Lists all of the pools in the specified account."
returns:
description: "values returned by the List operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.listByBatchAccount(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.listByBatchAccount(String resourceGroupName, String accountName, Integer maxresults, String select, String filter, Context context)"
name: "listByBatchAccount(String resourceGroupName, String accountName, Integer maxresults, String select, String filter, Context context)"
nameWithType: "PoolsClient.listByBatchAccount(String resourceGroupName, String accountName, Integer maxresults, String select, String filter, Context context)"
summary: "Lists all of the pools in the specified account."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The maximum number of items to return in the response."
name: "maxresults"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "Comma separated list of properties that should be returned. e.g. \"properties/provisioningState\".\n Only top level properties under properties/ are valid for selection."
name: "select"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "OData filter expression. Valid properties for filtering are:\n <p>name properties/allocationState properties/allocationStateTransitionTime properties/creationTime\n properties/provisioningState properties/provisioningStateTransitionTime properties/lastModified\n properties/vmSize properties/interNodeCommunication properties/scaleSettings/autoScale\n properties/scaleSettings/fixedScale."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<PoolInner> listByBatchAccount(String resourceGroupName, String accountName, Integer maxresults, String select, String filter, Context context)"
desc: "Lists all of the pools in the specified account."
returns:
description: "values returned by the List operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.stopResize(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.stopResize(String resourceGroupName, String accountName, String poolName)"
name: "stopResize(String resourceGroupName, String accountName, String poolName)"
nameWithType: "PoolsClient.stopResize(String resourceGroupName, String accountName, String poolName)"
summary: "This does not restore the pool to its previous state before the resize operation: it only stops any further changes being made, and the pool maintains its current state."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PoolInner stopResize(String resourceGroupName, String accountName, String poolName)"
desc: "This does not restore the pool to its previous state before the resize operation: it only stops any further changes being made, and the pool maintains its current state. After stopping, the pool stabilizes at the number of nodes it was at when the stop operation was done. During the stop operation, the pool allocation state changes first to stopping and then to steady. A resize operation need not be an explicit resize pool request; this API can also be used to halt the initial sizing of the pool when it is created."
returns:
description: "contains information about a pool."
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.stopResizeWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.stopResizeWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
name: "stopResizeWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
nameWithType: "PoolsClient.stopResizeWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
summary: "This does not restore the pool to its previous state before the resize operation: it only stops any further changes being made, and the pool maintains its current state."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PoolsStopResizeResponse stopResizeWithResponse(String resourceGroupName, String accountName, String poolName, Context context)"
desc: "This does not restore the pool to its previous state before the resize operation: it only stops any further changes being made, and the pool maintains its current state. After stopping, the pool stabilizes at the number of nodes it was at when the stop operation was done. During the stop operation, the pool allocation state changes first to stopping and then to steady. A resize operation need not be an explicit resize pool request; this API can also be used to halt the initial sizing of the pool when it is created."
returns:
description: "contains information about a pool."
type: "<xref href=\"com.azure.resourcemanager.batch.models.PoolsStopResizeResponse?alt=com.azure.resourcemanager.batch.models.PoolsStopResizeResponse&text=PoolsStopResizeResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.batch.fluent.models.PoolInner)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.update(String resourceGroupName, String accountName, String poolName, PoolInner parameters)"
name: "update(String resourceGroupName, String accountName, String poolName, PoolInner parameters)"
nameWithType: "PoolsClient.update(String resourceGroupName, String accountName, String poolName, PoolInner parameters)"
summary: "Updates the properties of an existing pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Pool properties that should be updated. Properties that are supplied will be updated, any\n property not supplied will be unchanged."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PoolInner update(String resourceGroupName, String accountName, String poolName, PoolInner parameters)"
desc: "Updates the properties of an existing pool."
returns:
description: "contains information about a pool."
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.fluent.PoolsClient.updateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.batch.fluent.models.PoolInner,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.fluent.PoolsClient.updateWithResponse(String resourceGroupName, String accountName, String poolName, PoolInner parameters, String ifMatch, Context context)"
name: "updateWithResponse(String resourceGroupName, String accountName, String poolName, PoolInner parameters, String ifMatch, Context context)"
nameWithType: "PoolsClient.updateWithResponse(String resourceGroupName, String accountName, String poolName, PoolInner parameters, String ifMatch, Context context)"
summary: "Updates the properties of an existing pool."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The pool name. This must be unique within the account."
name: "poolName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Pool properties that should be updated. Properties that are supplied will be updated, any\n property not supplied will be unchanged."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.PoolInner?alt=com.azure.resourcemanager.batch.fluent.models.PoolInner&text=PoolInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The entity state (ETag) version of the pool to update. This value can be omitted or set to \"*\" to\n apply the operation unconditionally."
name: "ifMatch"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PoolsUpdateResponse updateWithResponse(String resourceGroupName, String accountName, String poolName, PoolInner parameters, String ifMatch, Context context)"
desc: "Updates the properties of an existing pool."
returns:
description: "contains information about a pool."
type: "<xref href=\"com.azure.resourcemanager.batch.models.PoolsUpdateResponse?alt=com.azure.resourcemanager.batch.models.PoolsUpdateResponse&text=PoolsUpdateResponse\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in PoolsClient."
metadata: {}
package: "com.azure.resourcemanager.batch.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:1.0.0