### YamlMime:JavaType uid: "com.microsoft.azure.batch.protocol.ComputeNodes" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes" name: "ComputeNodes" nameWithType: "ComputeNodes" summary: "An instance of this class provides access to all the operations defined in ComputeNodes." syntax: "public interface **ComputeNodes**" methods: - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.addUser(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeUser)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.addUser(String poolId, String nodeId, ComputeNodeUser user)" name: "addUser(String poolId, String nodeId, ComputeNodeUser user)" nameWithType: "ComputeNodes.addUser(String poolId, String nodeId, ComputeNodeUser user)" summary: "Adds a user Account to the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to create a user Account." name: "nodeId" type: "String" - description: "The user Account to be created." name: "user" type: "" syntax: "public abstract void addUser(String poolId, String nodeId, ComputeNodeUser user)" desc: "Adds a user Account to the specified Compute Node. You can add a user Account to a Compute Node only when it is in the idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.addUser(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeUser,com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.addUser(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" name: "addUser(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" nameWithType: "ComputeNodes.addUser(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" summary: "Adds a user Account to the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to create a user Account." name: "nodeId" type: "String" - description: "The user Account to be created." name: "user" type: "" - description: "Additional parameters for the operation" name: "computeNodeAddUserOptions" type: "" syntax: "public abstract void addUser(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" desc: "Adds a user Account to the specified Compute Node. You can add a user Account to a Compute Node only when it is in the idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeUser)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserAsync(String poolId, String nodeId, ComputeNodeUser user)" name: "addUserAsync(String poolId, String nodeId, ComputeNodeUser user)" nameWithType: "ComputeNodes.addUserAsync(String poolId, String nodeId, ComputeNodeUser user)" summary: "Adds a user Account to the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to create a user Account." name: "nodeId" type: "String" - description: "The user Account to be created." name: "user" type: "" syntax: "public abstract Observable addUserAsync(String poolId, String nodeId, ComputeNodeUser user)" desc: "Adds a user Account to the specified Compute Node. You can add a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeUser,com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" name: "addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" nameWithType: "ComputeNodes.addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" summary: "Adds a user Account to the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to create a user Account." name: "nodeId" type: "String" - description: "The user Account to be created." name: "user" type: "" - description: "Additional parameters for the operation" name: "computeNodeAddUserOptions" type: "" syntax: "public abstract Observable addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" desc: "Adds a user Account to the specified Compute Node. You can add a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeUser,com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions, ServiceCallback serviceCallback)" name: "addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions, ServiceCallback serviceCallback)" summary: "Adds a user Account to the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to create a user Account." name: "nodeId" type: "String" - description: "The user Account to be created." name: "user" type: "" - description: "Additional parameters for the operation" name: "computeNodeAddUserOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions, ServiceCallback serviceCallback)" desc: "Adds a user Account to the specified Compute Node. You can add a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeUser,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ServiceCallback serviceCallback)" name: "addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ServiceCallback serviceCallback)" summary: "Adds a user Account to the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to create a user Account." name: "nodeId" type: "String" - description: "The user Account to be created." name: "user" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture addUserAsync(String poolId, String nodeId, ComputeNodeUser user, ServiceCallback serviceCallback)" desc: "Adds a user Account to the specified Compute Node. You can add a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeUser)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeUser user)" name: "addUserWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeUser user)" nameWithType: "ComputeNodes.addUserWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeUser user)" summary: "Adds a user Account to the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to create a user Account." name: "nodeId" type: "String" - description: "The user Account to be created." name: "user" type: "" syntax: "public abstract Observable> addUserWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeUser user)" desc: "Adds a user Account to the specified Compute Node. You can add a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeUser,com.microsoft.azure.batch.protocol.models.ComputeNodeAddUserOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.addUserWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" name: "addUserWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" nameWithType: "ComputeNodes.addUserWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" summary: "Adds a user Account to the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to create a user Account." name: "nodeId" type: "String" - description: "The user Account to be created." name: "user" type: "" - description: "Additional parameters for the operation" name: "computeNodeAddUserOptions" type: "" syntax: "public abstract Observable> addUserWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeUser user, ComputeNodeAddUserOptions computeNodeAddUserOptions)" desc: "Adds a user Account to the specified Compute Node. You can add a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocate(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocate(String poolId, String nodeId)" name: "deallocate(String poolId, String nodeId)" nameWithType: "ComputeNodes.deallocate(String poolId, String nodeId)" summary: "Deallocates the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to deallocate." name: "nodeId" type: "String" syntax: "public abstract void deallocate(String poolId, String nodeId)" desc: "Deallocates the specified Compute Node. You can deallocate a Compute Node only if it is in an idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocate(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocateOption,com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocateOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocate(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" name: "deallocate(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" nameWithType: "ComputeNodes.deallocate(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" summary: "Deallocates the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to deallocate." name: "nodeId" type: "String" - description: "When to deallocate the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeDeallocateOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeDeallocateOptions" type: "" syntax: "public abstract void deallocate(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" desc: "Deallocates the specified Compute Node. You can deallocate a Compute Node only if it is in an idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateAsync(String poolId, String nodeId)" name: "deallocateAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.deallocateAsync(String poolId, String nodeId)" summary: "Deallocates the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to deallocate." name: "nodeId" type: "String" syntax: "public abstract Observable deallocateAsync(String poolId, String nodeId)" desc: "Deallocates the specified Compute Node. You can deallocate a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocateOption,com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocateOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" name: "deallocateAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" nameWithType: "ComputeNodes.deallocateAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" summary: "Deallocates the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to deallocate." name: "nodeId" type: "String" - description: "When to deallocate the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeDeallocateOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeDeallocateOptions" type: "" syntax: "public abstract Observable deallocateAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" desc: "Deallocates the specified Compute Node. You can deallocate a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocateOption,com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocateOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions, ServiceCallback serviceCallback)" name: "deallocateAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.deallocateAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions, ServiceCallback serviceCallback)" summary: "Deallocates the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to deallocate." name: "nodeId" type: "String" - description: "When to deallocate the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeDeallocateOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeDeallocateOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture deallocateAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions, ServiceCallback serviceCallback)" desc: "Deallocates the specified Compute Node. You can deallocate a Compute Node only if it is in an idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" name: "deallocateAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.deallocateAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" summary: "Deallocates the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to deallocate." name: "nodeId" type: "String" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture deallocateAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" desc: "Deallocates the specified Compute Node. You can deallocate a Compute Node only if it is in an idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateWithServiceResponseAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateWithServiceResponseAsync(String poolId, String nodeId)" name: "deallocateWithServiceResponseAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.deallocateWithServiceResponseAsync(String poolId, String nodeId)" summary: "Deallocates the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to deallocate." name: "nodeId" type: "String" syntax: "public abstract Observable> deallocateWithServiceResponseAsync(String poolId, String nodeId)" desc: "Deallocates the specified Compute Node. You can deallocate a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocateOption,com.microsoft.azure.batch.protocol.models.ComputeNodeDeallocateOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deallocateWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" name: "deallocateWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" nameWithType: "ComputeNodes.deallocateWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" summary: "Deallocates the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to deallocate." name: "nodeId" type: "String" - description: "When to deallocate the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeDeallocateOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeDeallocateOptions" type: "" syntax: "public abstract Observable> deallocateWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeDeallocateOption nodeDeallocateOption, ComputeNodeDeallocateOptions computeNodeDeallocateOptions)" desc: "Deallocates the specified Compute Node. You can deallocate a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUser(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUser(String poolId, String nodeId, String userName)" name: "deleteUser(String poolId, String nodeId, String userName)" nameWithType: "ComputeNodes.deleteUser(String poolId, String nodeId, String userName)" summary: "Deletes a user Account from the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to delete a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to delete." name: "userName" type: "String" syntax: "public abstract void deleteUser(String poolId, String nodeId, String userName)" desc: "Deletes a user Account from the specified Compute Node. You can delete a user Account to a Compute Node only when it is in the idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUser(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUser(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" name: "deleteUser(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" nameWithType: "ComputeNodes.deleteUser(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" summary: "Deletes a user Account from the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to delete a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to delete." name: "userName" type: "String" - description: "Additional parameters for the operation" name: "computeNodeDeleteUserOptions" type: "" syntax: "public abstract void deleteUser(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" desc: "Deletes a user Account from the specified Compute Node. You can delete a user Account to a Compute Node only when it is in the idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserAsync(String poolId, String nodeId, String userName)" name: "deleteUserAsync(String poolId, String nodeId, String userName)" nameWithType: "ComputeNodes.deleteUserAsync(String poolId, String nodeId, String userName)" summary: "Deletes a user Account from the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to delete a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to delete." name: "userName" type: "String" syntax: "public abstract Observable deleteUserAsync(String poolId, String nodeId, String userName)" desc: "Deletes a user Account from the specified Compute Node. You can delete a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" name: "deleteUserAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" nameWithType: "ComputeNodes.deleteUserAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" summary: "Deletes a user Account from the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to delete a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to delete." name: "userName" type: "String" - description: "Additional parameters for the operation" name: "computeNodeDeleteUserOptions" type: "" syntax: "public abstract Observable deleteUserAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" desc: "Deletes a user Account from the specified Compute Node. You can delete a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions, ServiceCallback serviceCallback)" name: "deleteUserAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.deleteUserAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions, ServiceCallback serviceCallback)" summary: "Deletes a user Account from the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to delete a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to delete." name: "userName" type: "String" - description: "Additional parameters for the operation" name: "computeNodeDeleteUserOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture deleteUserAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions, ServiceCallback serviceCallback)" desc: "Deletes a user Account from the specified Compute Node. You can delete a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserAsync(String poolId, String nodeId, String userName, ServiceCallback serviceCallback)" name: "deleteUserAsync(String poolId, String nodeId, String userName, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.deleteUserAsync(String poolId, String nodeId, String userName, ServiceCallback serviceCallback)" summary: "Deletes a user Account from the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to delete a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to delete." name: "userName" type: "String" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture deleteUserAsync(String poolId, String nodeId, String userName, ServiceCallback serviceCallback)" desc: "Deletes a user Account from the specified Compute Node. You can delete a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserWithServiceResponseAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserWithServiceResponseAsync(String poolId, String nodeId, String userName)" name: "deleteUserWithServiceResponseAsync(String poolId, String nodeId, String userName)" nameWithType: "ComputeNodes.deleteUserWithServiceResponseAsync(String poolId, String nodeId, String userName)" summary: "Deletes a user Account from the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to delete a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to delete." name: "userName" type: "String" syntax: "public abstract Observable> deleteUserWithServiceResponseAsync(String poolId, String nodeId, String userName)" desc: "Deletes a user Account from the specified Compute Node. You can delete a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserWithServiceResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeDeleteUserOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.deleteUserWithServiceResponseAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" name: "deleteUserWithServiceResponseAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" nameWithType: "ComputeNodes.deleteUserWithServiceResponseAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" summary: "Deletes a user Account from the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to delete a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to delete." name: "userName" type: "String" - description: "Additional parameters for the operation" name: "computeNodeDeleteUserOptions" type: "" syntax: "public abstract Observable> deleteUserWithServiceResponseAsync(String poolId, String nodeId, String userName, ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)" desc: "Deletes a user Account from the specified Compute Node. You can delete a user Account to a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.disableScheduling(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.disableScheduling(String poolId, String nodeId)" name: "disableScheduling(String poolId, String nodeId)" nameWithType: "ComputeNodes.disableScheduling(String poolId, String nodeId)" summary: "Disables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to disable Task scheduling." name: "nodeId" type: "String" syntax: "public abstract void disableScheduling(String poolId, String nodeId)" desc: "Disables Task scheduling on the specified Compute Node. You can disable Task scheduling on a Compute Node only if its current scheduling state is enabled." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.disableScheduling(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption,com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.disableScheduling(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" name: "disableScheduling(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" nameWithType: "ComputeNodes.disableScheduling(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" summary: "Disables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to disable Task scheduling." name: "nodeId" type: "String" - description: "What to do with currently running Tasks when disabling Task scheduling on the Compute Node. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion'" name: "nodeDisableSchedulingOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeDisableSchedulingOptions" type: "" syntax: "public abstract void disableScheduling(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" desc: "Disables Task scheduling on the specified Compute Node. You can disable Task scheduling on a Compute Node only if its current scheduling state is enabled." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingAsync(String poolId, String nodeId)" name: "disableSchedulingAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.disableSchedulingAsync(String poolId, String nodeId)" summary: "Disables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to disable Task scheduling." name: "nodeId" type: "String" syntax: "public abstract Observable disableSchedulingAsync(String poolId, String nodeId)" desc: "Disables Task scheduling on the specified Compute Node. You can disable Task scheduling on a Compute Node only if its current scheduling state is enabled." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption,com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" name: "disableSchedulingAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" nameWithType: "ComputeNodes.disableSchedulingAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" summary: "Disables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to disable Task scheduling." name: "nodeId" type: "String" - description: "What to do with currently running Tasks when disabling Task scheduling on the Compute Node. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion'" name: "nodeDisableSchedulingOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeDisableSchedulingOptions" type: "" syntax: "public abstract Observable disableSchedulingAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" desc: "Disables Task scheduling on the specified Compute Node. You can disable Task scheduling on a Compute Node only if its current scheduling state is enabled." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption,com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions, ServiceCallback serviceCallback)" name: "disableSchedulingAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.disableSchedulingAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions, ServiceCallback serviceCallback)" summary: "Disables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to disable Task scheduling." name: "nodeId" type: "String" - description: "What to do with currently running Tasks when disabling Task scheduling on the Compute Node. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion'" name: "nodeDisableSchedulingOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeDisableSchedulingOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture disableSchedulingAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions, ServiceCallback serviceCallback)" desc: "Disables Task scheduling on the specified Compute Node. You can disable Task scheduling on a Compute Node only if its current scheduling state is enabled." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" name: "disableSchedulingAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.disableSchedulingAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" summary: "Disables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to disable Task scheduling." name: "nodeId" type: "String" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture disableSchedulingAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" desc: "Disables Task scheduling on the specified Compute Node. You can disable Task scheduling on a Compute Node only if its current scheduling state is enabled." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingWithServiceResponseAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingWithServiceResponseAsync(String poolId, String nodeId)" name: "disableSchedulingWithServiceResponseAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.disableSchedulingWithServiceResponseAsync(String poolId, String nodeId)" summary: "Disables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to disable Task scheduling." name: "nodeId" type: "String" syntax: "public abstract Observable> disableSchedulingWithServiceResponseAsync(String poolId, String nodeId)" desc: "Disables Task scheduling on the specified Compute Node. You can disable Task scheduling on a Compute Node only if its current scheduling state is enabled." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.DisableComputeNodeSchedulingOption,com.microsoft.azure.batch.protocol.models.ComputeNodeDisableSchedulingOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.disableSchedulingWithServiceResponseAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" name: "disableSchedulingWithServiceResponseAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" nameWithType: "ComputeNodes.disableSchedulingWithServiceResponseAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" summary: "Disables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to disable Task scheduling." name: "nodeId" type: "String" - description: "What to do with currently running Tasks when disabling Task scheduling on the Compute Node. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion'" name: "nodeDisableSchedulingOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeDisableSchedulingOptions" type: "" syntax: "public abstract Observable> disableSchedulingWithServiceResponseAsync(String poolId, String nodeId, DisableComputeNodeSchedulingOption nodeDisableSchedulingOption, ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions)" desc: "Disables Task scheduling on the specified Compute Node. You can disable Task scheduling on a Compute Node only if its current scheduling state is enabled." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.enableScheduling(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.enableScheduling(String poolId, String nodeId)" name: "enableScheduling(String poolId, String nodeId)" nameWithType: "ComputeNodes.enableScheduling(String poolId, String nodeId)" summary: "Enables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to enable Task scheduling." name: "nodeId" type: "String" syntax: "public abstract void enableScheduling(String poolId, String nodeId)" desc: "Enables Task scheduling on the specified Compute Node. You can enable Task scheduling on a Compute Node only if its current scheduling state is disabled." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.enableScheduling(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.enableScheduling(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" name: "enableScheduling(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" nameWithType: "ComputeNodes.enableScheduling(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" summary: "Enables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to enable Task scheduling." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeEnableSchedulingOptions" type: "" syntax: "public abstract void enableScheduling(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" desc: "Enables Task scheduling on the specified Compute Node. You can enable Task scheduling on a Compute Node only if its current scheduling state is disabled." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingAsync(String poolId, String nodeId)" name: "enableSchedulingAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.enableSchedulingAsync(String poolId, String nodeId)" summary: "Enables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to enable Task scheduling." name: "nodeId" type: "String" syntax: "public abstract Observable enableSchedulingAsync(String poolId, String nodeId)" desc: "Enables Task scheduling on the specified Compute Node. You can enable Task scheduling on a Compute Node only if its current scheduling state is disabled." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" name: "enableSchedulingAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" nameWithType: "ComputeNodes.enableSchedulingAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" summary: "Enables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to enable Task scheduling." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeEnableSchedulingOptions" type: "" syntax: "public abstract Observable enableSchedulingAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" desc: "Enables Task scheduling on the specified Compute Node. You can enable Task scheduling on a Compute Node only if its current scheduling state is disabled." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions, ServiceCallback serviceCallback)" name: "enableSchedulingAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.enableSchedulingAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions, ServiceCallback serviceCallback)" summary: "Enables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to enable Task scheduling." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeEnableSchedulingOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture enableSchedulingAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions, ServiceCallback serviceCallback)" desc: "Enables Task scheduling on the specified Compute Node. You can enable Task scheduling on a Compute Node only if its current scheduling state is disabled." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" name: "enableSchedulingAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.enableSchedulingAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" summary: "Enables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to enable Task scheduling." name: "nodeId" type: "String" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture enableSchedulingAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" desc: "Enables Task scheduling on the specified Compute Node. You can enable Task scheduling on a Compute Node only if its current scheduling state is disabled." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingWithServiceResponseAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingWithServiceResponseAsync(String poolId, String nodeId)" name: "enableSchedulingWithServiceResponseAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.enableSchedulingWithServiceResponseAsync(String poolId, String nodeId)" summary: "Enables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to enable Task scheduling." name: "nodeId" type: "String" syntax: "public abstract Observable> enableSchedulingWithServiceResponseAsync(String poolId, String nodeId)" desc: "Enables Task scheduling on the specified Compute Node. You can enable Task scheduling on a Compute Node only if its current scheduling state is disabled." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeEnableSchedulingOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.enableSchedulingWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" name: "enableSchedulingWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" nameWithType: "ComputeNodes.enableSchedulingWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" summary: "Enables Task scheduling on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node on which you want to enable Task scheduling." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeEnableSchedulingOptions" type: "" syntax: "public abstract Observable> enableSchedulingWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions)" desc: "Enables Task scheduling on the specified Compute Node. You can enable Task scheduling on a Compute Node only if its current scheduling state is disabled." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.get(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.get(String poolId, String nodeId)" name: "get(String poolId, String nodeId)" nameWithType: "ComputeNodes.get(String poolId, String nodeId)" summary: "Gets information about the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to get information about." name: "nodeId" type: "String" syntax: "public abstract ComputeNode get(String poolId, String nodeId)" desc: "Gets information about the specified Compute Node." returns: description: "the ComputeNode object if successful." type: "" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.get(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.get(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" name: "get(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" nameWithType: "ComputeNodes.get(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" summary: "Gets information about the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to get information about." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeGetOptions" type: "" syntax: "public abstract ComputeNode get(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" desc: "Gets information about the specified Compute Node." returns: description: "the ComputeNode object if successful." type: "" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getAsync(String poolId, String nodeId)" name: "getAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.getAsync(String poolId, String nodeId)" summary: "Gets information about the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to get information about." name: "nodeId" type: "String" syntax: "public abstract Observable getAsync(String poolId, String nodeId)" desc: "Gets information about the specified Compute Node." returns: description: "the observable to the ComputeNode object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" name: "getAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" nameWithType: "ComputeNodes.getAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" summary: "Gets information about the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to get information about." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeGetOptions" type: "" syntax: "public abstract Observable getAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" desc: "Gets information about the specified Compute Node." returns: description: "the observable to the ComputeNode object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions, ServiceCallback serviceCallback)" name: "getAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.getAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions, ServiceCallback serviceCallback)" summary: "Gets information about the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to get information about." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeGetOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture getAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions, ServiceCallback serviceCallback)" desc: "Gets information about the specified Compute Node." returns: description: "the object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" name: "getAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.getAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" summary: "Gets information about the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to get information about." name: "nodeId" type: "String" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture getAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" desc: "Gets information about the specified Compute Node." returns: description: "the object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettings(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettings(String poolId, String nodeId)" name: "getRemoteLoginSettings(String poolId, String nodeId)" nameWithType: "ComputeNodes.getRemoteLoginSettings(String poolId, String nodeId)" summary: "Gets the settings required for remote login to a Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node for which to obtain the remote login settings." name: "nodeId" type: "String" syntax: "public abstract ComputeNodeGetRemoteLoginSettingsResult getRemoteLoginSettings(String poolId, String nodeId)" desc: "Gets the settings required for remote login to a Compute Node. Before you can remotely login to a Compute Node using the remote login settings, you must create a user Account on the Compute Node." returns: description: "the ComputeNodeGetRemoteLoginSettingsResult object if successful." type: "" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettings(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettings(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" name: "getRemoteLoginSettings(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" nameWithType: "ComputeNodes.getRemoteLoginSettings(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" summary: "Gets the settings required for remote login to a Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node for which to obtain the remote login settings." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeGetRemoteLoginSettingsOptions" type: "" syntax: "public abstract ComputeNodeGetRemoteLoginSettingsResult getRemoteLoginSettings(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" desc: "Gets the settings required for remote login to a Compute Node. Before you can remotely login to a Compute Node using the remote login settings, you must create a user Account on the Compute Node." returns: description: "the ComputeNodeGetRemoteLoginSettingsResult object if successful." type: "" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsAsync(String poolId, String nodeId)" name: "getRemoteLoginSettingsAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.getRemoteLoginSettingsAsync(String poolId, String nodeId)" summary: "Gets the settings required for remote login to a Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node for which to obtain the remote login settings." name: "nodeId" type: "String" syntax: "public abstract Observable getRemoteLoginSettingsAsync(String poolId, String nodeId)" desc: "Gets the settings required for remote login to a Compute Node. Before you can remotely login to a Compute Node using the remote login settings, you must create a user Account on the Compute Node." returns: description: "the observable to the ComputeNodeGetRemoteLoginSettingsResult object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" name: "getRemoteLoginSettingsAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" nameWithType: "ComputeNodes.getRemoteLoginSettingsAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" summary: "Gets the settings required for remote login to a Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node for which to obtain the remote login settings." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeGetRemoteLoginSettingsOptions" type: "" syntax: "public abstract Observable getRemoteLoginSettingsAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" desc: "Gets the settings required for remote login to a Compute Node. Before you can remotely login to a Compute Node using the remote login settings, you must create a user Account on the Compute Node." returns: description: "the observable to the ComputeNodeGetRemoteLoginSettingsResult object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions, ServiceCallback serviceCallback)" name: "getRemoteLoginSettingsAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.getRemoteLoginSettingsAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions, ServiceCallback serviceCallback)" summary: "Gets the settings required for remote login to a Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node for which to obtain the remote login settings." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeGetRemoteLoginSettingsOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture getRemoteLoginSettingsAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions, ServiceCallback serviceCallback)" desc: "Gets the settings required for remote login to a Compute Node. Before you can remotely login to a Compute Node using the remote login settings, you must create a user Account on the Compute Node." returns: description: "the object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" name: "getRemoteLoginSettingsAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.getRemoteLoginSettingsAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" summary: "Gets the settings required for remote login to a Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node for which to obtain the remote login settings." name: "nodeId" type: "String" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture getRemoteLoginSettingsAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" desc: "Gets the settings required for remote login to a Compute Node. Before you can remotely login to a Compute Node using the remote login settings, you must create a user Account on the Compute Node." returns: description: "the object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsWithServiceResponseAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsWithServiceResponseAsync(String poolId, String nodeId)" name: "getRemoteLoginSettingsWithServiceResponseAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.getRemoteLoginSettingsWithServiceResponseAsync(String poolId, String nodeId)" summary: "Gets the settings required for remote login to a Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node for which to obtain the remote login settings." name: "nodeId" type: "String" syntax: "public abstract Observable> getRemoteLoginSettingsWithServiceResponseAsync(String poolId, String nodeId)" desc: "Gets the settings required for remote login to a Compute Node. Before you can remotely login to a Compute Node using the remote login settings, you must create a user Account on the Compute Node." returns: description: "the observable to the ComputeNodeGetRemoteLoginSettingsResult object" type: "<<,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getRemoteLoginSettingsWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" name: "getRemoteLoginSettingsWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" nameWithType: "ComputeNodes.getRemoteLoginSettingsWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" summary: "Gets the settings required for remote login to a Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node for which to obtain the remote login settings." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeGetRemoteLoginSettingsOptions" type: "" syntax: "public abstract Observable> getRemoteLoginSettingsWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)" desc: "Gets the settings required for remote login to a Compute Node. Before you can remotely login to a Compute Node using the remote login settings, you must create a user Account on the Compute Node." returns: description: "the observable to the ComputeNodeGetRemoteLoginSettingsResult object" type: "<<,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getWithServiceResponseAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getWithServiceResponseAsync(String poolId, String nodeId)" name: "getWithServiceResponseAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.getWithServiceResponseAsync(String poolId, String nodeId)" summary: "Gets information about the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to get information about." name: "nodeId" type: "String" syntax: "public abstract Observable> getWithServiceResponseAsync(String poolId, String nodeId)" desc: "Gets information about the specified Compute Node." returns: description: "the observable to the ComputeNode object" type: "<<,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.getWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeGetOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.getWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" name: "getWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" nameWithType: "ComputeNodes.getWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" summary: "Gets information about the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to get information about." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeGetOptions" type: "" syntax: "public abstract Observable> getWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeGetOptions computeNodeGetOptions)" desc: "Gets information about the specified Compute Node." returns: description: "the observable to the ComputeNode object" type: "<<,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.list(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.list(String poolId)" name: "list(String poolId)" nameWithType: "ComputeNodes.list(String poolId)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The ID of the Pool from which you want to list Compute Nodes." name: "poolId" type: "String" syntax: "public abstract PagedList list(String poolId)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the PagedList<ComputeNode> object if successful." type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.list(java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.list(String poolId, ComputeNodeListOptions computeNodeListOptions)" name: "list(String poolId, ComputeNodeListOptions computeNodeListOptions)" nameWithType: "ComputeNodes.list(String poolId, ComputeNodeListOptions computeNodeListOptions)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The ID of the Pool from which you want to list Compute Nodes." name: "poolId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeListOptions" type: "" syntax: "public abstract PagedList list(String poolId, ComputeNodeListOptions computeNodeListOptions)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the PagedList<ComputeNode> object if successful." type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listAsync(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listAsync(String poolId)" name: "listAsync(String poolId)" nameWithType: "ComputeNodes.listAsync(String poolId)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The ID of the Pool from which you want to list Compute Nodes." name: "poolId" type: "String" syntax: "public abstract Observable> listAsync(String poolId)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the observable to the PagedList<ComputeNode> object" type: "<<>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listAsync(java.lang.String,com.microsoft.azure.ListOperationCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listAsync(String poolId, ListOperationCallback serviceCallback)" name: "listAsync(String poolId, ListOperationCallback serviceCallback)" nameWithType: "ComputeNodes.listAsync(String poolId, ListOperationCallback serviceCallback)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The ID of the Pool from which you want to list Compute Nodes." name: "poolId" type: "String" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture> listAsync(String poolId, ListOperationCallback serviceCallback)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the object" type: "<List<>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listAsync(String poolId, ComputeNodeListOptions computeNodeListOptions)" name: "listAsync(String poolId, ComputeNodeListOptions computeNodeListOptions)" nameWithType: "ComputeNodes.listAsync(String poolId, ComputeNodeListOptions computeNodeListOptions)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The ID of the Pool from which you want to list Compute Nodes." name: "poolId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeListOptions" type: "" syntax: "public abstract Observable> listAsync(String poolId, ComputeNodeListOptions computeNodeListOptions)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the observable to the PagedList<ComputeNode> object" type: "<<>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions,com.microsoft.azure.ListOperationCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listAsync(String poolId, ComputeNodeListOptions computeNodeListOptions, ListOperationCallback serviceCallback)" name: "listAsync(String poolId, ComputeNodeListOptions computeNodeListOptions, ListOperationCallback serviceCallback)" nameWithType: "ComputeNodes.listAsync(String poolId, ComputeNodeListOptions computeNodeListOptions, ListOperationCallback serviceCallback)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The ID of the Pool from which you want to list Compute Nodes." name: "poolId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeListOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture> listAsync(String poolId, ComputeNodeListOptions computeNodeListOptions, ListOperationCallback serviceCallback)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the object" type: "<List<>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listNext(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listNext(String nextPageLink)" name: "listNext(String nextPageLink)" nameWithType: "ComputeNodes.listNext(String nextPageLink)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The NextLink from the previous successful call to List operation." name: "nextPageLink" type: "String" syntax: "public abstract PagedList listNext(String nextPageLink)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the PagedList<ComputeNode> object if successful." type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listNext(java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listNext(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" name: "listNext(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" nameWithType: "ComputeNodes.listNext(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The NextLink from the previous successful call to List operation." name: "nextPageLink" type: "String" - description: "Additional parameters for the operation" name: "computeNodeListNextOptions" type: "" syntax: "public abstract PagedList listNext(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the PagedList<ComputeNode> object if successful." type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextAsync(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextAsync(String nextPageLink)" name: "listNextAsync(String nextPageLink)" nameWithType: "ComputeNodes.listNextAsync(String nextPageLink)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The NextLink from the previous successful call to List operation." name: "nextPageLink" type: "String" syntax: "public abstract Observable> listNextAsync(String nextPageLink)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the observable to the PagedList<ComputeNode> object" type: "<<>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" name: "listNextAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" nameWithType: "ComputeNodes.listNextAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The NextLink from the previous successful call to List operation." name: "nextPageLink" type: "String" - description: "Additional parameters for the operation" name: "computeNodeListNextOptions" type: "" syntax: "public abstract Observable> listNextAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the observable to the PagedList<ComputeNode> object" type: "<<>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions,com.microsoft.rest.ServiceFuture>,com.microsoft.azure.ListOperationCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions, ServiceFuture> serviceFuture, ListOperationCallback serviceCallback)" name: "listNextAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions, ServiceFuture> serviceFuture, ListOperationCallback serviceCallback)" nameWithType: "ComputeNodes.listNextAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions, ServiceFuture> serviceFuture, ListOperationCallback serviceCallback)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The NextLink from the previous successful call to List operation." name: "nextPageLink" type: "String" - description: "Additional parameters for the operation" name: "computeNodeListNextOptions" type: "" - description: "the ServiceFuture object tracking the Retrofit calls" name: "serviceFuture" type: "<List<>>" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture> listNextAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions, ServiceFuture> serviceFuture, ListOperationCallback serviceCallback)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the object" type: "<List<>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextAsync(java.lang.String,com.microsoft.rest.ServiceFuture>,com.microsoft.azure.ListOperationCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextAsync(String nextPageLink, ServiceFuture> serviceFuture, ListOperationCallback serviceCallback)" name: "listNextAsync(String nextPageLink, ServiceFuture> serviceFuture, ListOperationCallback serviceCallback)" nameWithType: "ComputeNodes.listNextAsync(String nextPageLink, ServiceFuture> serviceFuture, ListOperationCallback serviceCallback)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The NextLink from the previous successful call to List operation." name: "nextPageLink" type: "String" - description: "the ServiceFuture object tracking the Retrofit calls" name: "serviceFuture" type: "<List<>>" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture> listNextAsync(String nextPageLink, ServiceFuture> serviceFuture, ListOperationCallback serviceCallback)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the object" type: "<List<>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextWithServiceResponseAsync(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextWithServiceResponseAsync(String nextPageLink)" name: "listNextWithServiceResponseAsync(String nextPageLink)" nameWithType: "ComputeNodes.listNextWithServiceResponseAsync(String nextPageLink)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The NextLink from the previous successful call to List operation." name: "nextPageLink" type: "String" syntax: "public abstract Observable,ComputeNodeListHeaders>> listNextWithServiceResponseAsync(String nextPageLink)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the observable to the PagedList<ComputeNode> object" type: "<<<>,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeListNextOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listNextWithServiceResponseAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" name: "listNextWithServiceResponseAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" nameWithType: "ComputeNodes.listNextWithServiceResponseAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The NextLink from the previous successful call to List operation." name: "nextPageLink" type: "String" - description: "Additional parameters for the operation" name: "computeNodeListNextOptions" type: "" syntax: "public abstract Observable,ComputeNodeListHeaders>> listNextWithServiceResponseAsync(String nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the observable to the PagedList<ComputeNode> object" type: "<<<>,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listWithServiceResponseAsync(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listWithServiceResponseAsync(String poolId)" name: "listWithServiceResponseAsync(String poolId)" nameWithType: "ComputeNodes.listWithServiceResponseAsync(String poolId)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The ID of the Pool from which you want to list Compute Nodes." name: "poolId" type: "String" syntax: "public abstract Observable,ComputeNodeListHeaders>> listWithServiceResponseAsync(String poolId)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the observable to the PagedList<ComputeNode> object" type: "<<<>,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.listWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeListOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.listWithServiceResponseAsync(String poolId, ComputeNodeListOptions computeNodeListOptions)" name: "listWithServiceResponseAsync(String poolId, ComputeNodeListOptions computeNodeListOptions)" nameWithType: "ComputeNodes.listWithServiceResponseAsync(String poolId, ComputeNodeListOptions computeNodeListOptions)" summary: "Lists the Compute Nodes in the specified Pool." modifiers: - "abstract" parameters: - description: "The ID of the Pool from which you want to list Compute Nodes." name: "poolId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeListOptions" type: "" syntax: "public abstract Observable,ComputeNodeListHeaders>> listWithServiceResponseAsync(String poolId, ComputeNodeListOptions computeNodeListOptions)" desc: "Lists the Compute Nodes in the specified Pool." returns: description: "the observable to the PagedList<ComputeNode> object" type: "<<<>,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.reboot(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.reboot(String poolId, String nodeId)" name: "reboot(String poolId, String nodeId)" nameWithType: "ComputeNodes.reboot(String poolId, String nodeId)" summary: "Restarts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" syntax: "public abstract void reboot(String poolId, String nodeId)" desc: "Restarts the specified Compute Node. You can restart a Compute Node only if it is in an idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.reboot(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption,com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.reboot(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" name: "reboot(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" nameWithType: "ComputeNodes.reboot(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" summary: "Restarts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" - description: "When to reboot the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeRebootOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeRebootOptions" type: "" syntax: "public abstract void reboot(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" desc: "Restarts the specified Compute Node. You can restart a Compute Node only if it is in an idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootAsync(String poolId, String nodeId)" name: "rebootAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.rebootAsync(String poolId, String nodeId)" summary: "Restarts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" syntax: "public abstract Observable rebootAsync(String poolId, String nodeId)" desc: "Restarts the specified Compute Node. You can restart a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption,com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" name: "rebootAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" nameWithType: "ComputeNodes.rebootAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" summary: "Restarts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" - description: "When to reboot the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeRebootOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeRebootOptions" type: "" syntax: "public abstract Observable rebootAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" desc: "Restarts the specified Compute Node. You can restart a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption,com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions, ServiceCallback serviceCallback)" name: "rebootAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.rebootAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions, ServiceCallback serviceCallback)" summary: "Restarts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" - description: "When to reboot the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeRebootOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeRebootOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture rebootAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions, ServiceCallback serviceCallback)" desc: "Restarts the specified Compute Node. You can restart a Compute Node only if it is in an idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" name: "rebootAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.rebootAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" summary: "Restarts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture rebootAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" desc: "Restarts the specified Compute Node. You can restart a Compute Node only if it is in an idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootWithServiceResponseAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootWithServiceResponseAsync(String poolId, String nodeId)" name: "rebootWithServiceResponseAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.rebootWithServiceResponseAsync(String poolId, String nodeId)" summary: "Restarts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" syntax: "public abstract Observable> rebootWithServiceResponseAsync(String poolId, String nodeId)" desc: "Restarts the specified Compute Node. You can restart a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption,com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.rebootWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" name: "rebootWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" nameWithType: "ComputeNodes.rebootWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" summary: "Restarts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" - description: "When to reboot the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeRebootOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeRebootOptions" type: "" syntax: "public abstract Observable> rebootWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeRebootOption nodeRebootOption, ComputeNodeRebootOptions computeNodeRebootOptions)" desc: "Restarts the specified Compute Node. You can restart a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.reimage(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.reimage(String poolId, String nodeId)" name: "reimage(String poolId, String nodeId)" nameWithType: "ComputeNodes.reimage(String poolId, String nodeId)" summary: "Reinstalls the operating system on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" syntax: "public abstract void reimage(String poolId, String nodeId)" desc: "Reinstalls the operating system on the specified Compute Node. You can reinstall the operating system on a Compute Node only if it is in an idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.reimage(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption,com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.reimage(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" name: "reimage(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" nameWithType: "ComputeNodes.reimage(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" summary: "Reinstalls the operating system on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" - description: "When to reimage the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeReimageOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeReimageOptions" type: "" syntax: "public abstract void reimage(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" desc: "Reinstalls the operating system on the specified Compute Node. You can reinstall the operating system on a Compute Node only if it is in an idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageAsync(String poolId, String nodeId)" name: "reimageAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.reimageAsync(String poolId, String nodeId)" summary: "Reinstalls the operating system on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" syntax: "public abstract Observable reimageAsync(String poolId, String nodeId)" desc: "Reinstalls the operating system on the specified Compute Node. You can reinstall the operating system on a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption,com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" name: "reimageAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" nameWithType: "ComputeNodes.reimageAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" summary: "Reinstalls the operating system on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" - description: "When to reimage the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeReimageOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeReimageOptions" type: "" syntax: "public abstract Observable reimageAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" desc: "Reinstalls the operating system on the specified Compute Node. You can reinstall the operating system on a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption,com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions, ServiceCallback serviceCallback)" name: "reimageAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.reimageAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions, ServiceCallback serviceCallback)" summary: "Reinstalls the operating system on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" - description: "When to reimage the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeReimageOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeReimageOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture reimageAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions, ServiceCallback serviceCallback)" desc: "Reinstalls the operating system on the specified Compute Node. You can reinstall the operating system on a Compute Node only if it is in an idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" name: "reimageAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.reimageAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" summary: "Reinstalls the operating system on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture reimageAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" desc: "Reinstalls the operating system on the specified Compute Node. You can reinstall the operating system on a Compute Node only if it is in an idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageWithServiceResponseAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageWithServiceResponseAsync(String poolId, String nodeId)" name: "reimageWithServiceResponseAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.reimageWithServiceResponseAsync(String poolId, String nodeId)" summary: "Reinstalls the operating system on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" syntax: "public abstract Observable> reimageWithServiceResponseAsync(String poolId, String nodeId)" desc: "Reinstalls the operating system on the specified Compute Node. You can reinstall the operating system on a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOption,com.microsoft.azure.batch.protocol.models.ComputeNodeReimageOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.reimageWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" name: "reimageWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" nameWithType: "ComputeNodes.reimageWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" summary: "Reinstalls the operating system on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to restart." name: "nodeId" type: "String" - description: "When to reimage the Compute Node and what to do with currently running Tasks. The default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'" name: "nodeReimageOption" type: "" - description: "Additional parameters for the operation" name: "computeNodeReimageOptions" type: "" syntax: "public abstract Observable> reimageWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeReimageOption nodeReimageOption, ComputeNodeReimageOptions computeNodeReimageOptions)" desc: "Reinstalls the operating system on the specified Compute Node. You can reinstall the operating system on a Compute Node only if it is in an idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.start(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.start(String poolId, String nodeId)" name: "start(String poolId, String nodeId)" nameWithType: "ComputeNodes.start(String poolId, String nodeId)" summary: "Starts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to start." name: "nodeId" type: "String" syntax: "public abstract void start(String poolId, String nodeId)" desc: "Starts the specified Compute Node. You can start a Compute Node only if it has been deallocated." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.start(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeStartOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.start(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" name: "start(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" nameWithType: "ComputeNodes.start(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" summary: "Starts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to start." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeStartOptions" type: "" syntax: "public abstract void start(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" desc: "Starts the specified Compute Node. You can start a Compute Node only if it has been deallocated." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.startAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.startAsync(String poolId, String nodeId)" name: "startAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.startAsync(String poolId, String nodeId)" summary: "Starts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to start." name: "nodeId" type: "String" syntax: "public abstract Observable startAsync(String poolId, String nodeId)" desc: "Starts the specified Compute Node. You can start a Compute Node only if it has been deallocated." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.startAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeStartOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.startAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" name: "startAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" nameWithType: "ComputeNodes.startAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" summary: "Starts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to start." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeStartOptions" type: "" syntax: "public abstract Observable startAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" desc: "Starts the specified Compute Node. You can start a Compute Node only if it has been deallocated." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.startAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeStartOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.startAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions, ServiceCallback serviceCallback)" name: "startAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.startAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions, ServiceCallback serviceCallback)" summary: "Starts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to start." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeStartOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture startAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions, ServiceCallback serviceCallback)" desc: "Starts the specified Compute Node. You can start a Compute Node only if it has been deallocated." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.startAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.startAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" name: "startAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.startAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" summary: "Starts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to start." name: "nodeId" type: "String" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture startAsync(String poolId, String nodeId, ServiceCallback serviceCallback)" desc: "Starts the specified Compute Node. You can start a Compute Node only if it has been deallocated." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.startWithServiceResponseAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.startWithServiceResponseAsync(String poolId, String nodeId)" name: "startWithServiceResponseAsync(String poolId, String nodeId)" nameWithType: "ComputeNodes.startWithServiceResponseAsync(String poolId, String nodeId)" summary: "Starts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to start." name: "nodeId" type: "String" syntax: "public abstract Observable> startWithServiceResponseAsync(String poolId, String nodeId)" desc: "Starts the specified Compute Node. You can start a Compute Node only if it has been deallocated." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.startWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.ComputeNodeStartOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.startWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" name: "startWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" nameWithType: "ComputeNodes.startWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" summary: "Starts the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node that you want to start." name: "nodeId" type: "String" - description: "Additional parameters for the operation" name: "computeNodeStartOptions" type: "" syntax: "public abstract Observable> startWithServiceResponseAsync(String poolId, String nodeId, ComputeNodeStartOptions computeNodeStartOptions)" desc: "Starts the specified Compute Node. You can start a Compute Node only if it has been deallocated." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUser(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUser(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" name: "updateUser(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" nameWithType: "ComputeNodes.updateUser(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" summary: "Updates the password and expiration time of a user Account on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to update a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to update." name: "userName" type: "String" - description: "The parameters for the request." name: "nodeUpdateUserParameter" type: "" syntax: "public abstract void updateUser(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" desc: "Updates the password and expiration time of a user Account on the specified Compute Node. This operation replaces of all the updatable properties of the Account. For example, if the expiryTime element is not specified, the current value is replaced with the default value, not left unmodified. You can update a user Account on a Compute Node only when it is in the idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUser(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter,com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUser(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" name: "updateUser(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" nameWithType: "ComputeNodes.updateUser(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" summary: "Updates the password and expiration time of a user Account on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to update a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to update." name: "userName" type: "String" - description: "The parameters for the request." name: "nodeUpdateUserParameter" type: "" - description: "Additional parameters for the operation" name: "computeNodeUpdateUserOptions" type: "" syntax: "public abstract void updateUser(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" desc: "Updates the password and expiration time of a user Account on the specified Compute Node. This operation replaces of all the updatable properties of the Account. For example, if the expiryTime element is not specified, the current value is replaced with the default value, not left unmodified. You can update a user Account on a Compute Node only when it is in the idle or running state." - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" name: "updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" nameWithType: "ComputeNodes.updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" summary: "Updates the password and expiration time of a user Account on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to update a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to update." name: "userName" type: "String" - description: "The parameters for the request." name: "nodeUpdateUserParameter" type: "" syntax: "public abstract Observable updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" desc: "Updates the password and expiration time of a user Account on the specified Compute Node. This operation replaces of all the updatable properties of the Account. For example, if the expiryTime element is not specified, the current value is replaced with the default value, not left unmodified. You can update a user Account on a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter,com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" name: "updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" nameWithType: "ComputeNodes.updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" summary: "Updates the password and expiration time of a user Account on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to update a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to update." name: "userName" type: "String" - description: "The parameters for the request." name: "nodeUpdateUserParameter" type: "" - description: "Additional parameters for the operation" name: "computeNodeUpdateUserOptions" type: "" syntax: "public abstract Observable updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" desc: "Updates the password and expiration time of a user Account on the specified Compute Node. This operation replaces of all the updatable properties of the Account. For example, if the expiryTime element is not specified, the current value is replaced with the default value, not left unmodified. You can update a user Account on a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter,com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions, ServiceCallback serviceCallback)" name: "updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions, ServiceCallback serviceCallback)" summary: "Updates the password and expiration time of a user Account on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to update a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to update." name: "userName" type: "String" - description: "The parameters for the request." name: "nodeUpdateUserParameter" type: "" - description: "Additional parameters for the operation" name: "computeNodeUpdateUserOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions, ServiceCallback serviceCallback)" desc: "Updates the password and expiration time of a user Account on the specified Compute Node. This operation replaces of all the updatable properties of the Account. For example, if the expiryTime element is not specified, the current value is replaced with the default value, not left unmodified. You can update a user Account on a Compute Node only when it is in the idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ServiceCallback serviceCallback)" name: "updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ServiceCallback serviceCallback)" summary: "Updates the password and expiration time of a user Account on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to update a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to update." name: "userName" type: "String" - description: "The parameters for the request." name: "nodeUpdateUserParameter" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<Void>" syntax: "public abstract ServiceFuture updateUserAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ServiceCallback serviceCallback)" desc: "Updates the password and expiration time of a user Account on the specified Compute Node. This operation replaces of all the updatable properties of the Account. For example, if the expiryTime element is not specified, the current value is replaced with the default value, not left unmodified. You can update a user Account on a Compute Node only when it is in the idle or running state." returns: description: "the object" type: "<Void>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserWithServiceResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserWithServiceResponseAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" name: "updateUserWithServiceResponseAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" nameWithType: "ComputeNodes.updateUserWithServiceResponseAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" summary: "Updates the password and expiration time of a user Account on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to update a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to update." name: "userName" type: "String" - description: "The parameters for the request." name: "nodeUpdateUserParameter" type: "" syntax: "public abstract Observable> updateUserWithServiceResponseAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter)" desc: "Updates the password and expiration time of a user Account on the specified Compute Node. This operation replaces of all the updatable properties of the Account. For example, if the expiryTime element is not specified, the current value is replaced with the default value, not left unmodified. You can update a user Account on a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserWithServiceResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.NodeUpdateUserParameter,com.microsoft.azure.batch.protocol.models.ComputeNodeUpdateUserOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.updateUserWithServiceResponseAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" name: "updateUserWithServiceResponseAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" nameWithType: "ComputeNodes.updateUserWithServiceResponseAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" summary: "Updates the password and expiration time of a user Account on the specified Compute Node." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the machine on which you want to update a user Account." name: "nodeId" type: "String" - description: "The name of the user Account to update." name: "userName" type: "String" - description: "The parameters for the request." name: "nodeUpdateUserParameter" type: "" - description: "Additional parameters for the operation" name: "computeNodeUpdateUserOptions" type: "" syntax: "public abstract Observable> updateUserWithServiceResponseAsync(String poolId, String nodeId, String userName, NodeUpdateUserParameter nodeUpdateUserParameter, ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)" desc: "Updates the password and expiration time of a user Account on the specified Compute Node. This operation replaces of all the updatable properties of the Account. For example, if the expiryTime element is not specified, the current value is replaced with the default value, not left unmodified. You can update a user Account on a Compute Node only when it is in the idle or running state." returns: description: "the object if successful." type: "<<Void,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogs(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogs(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" name: "uploadBatchServiceLogs(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" nameWithType: "ComputeNodes.uploadBatchServiceLogs(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" summary: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node from which you want to upload the Azure Batch service log files." name: "nodeId" type: "String" - description: "The Azure Batch service log files upload configuration." name: "uploadBatchServiceLogsConfiguration" type: "" syntax: "public abstract UploadBatchServiceLogsResult uploadBatchServiceLogs(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" desc: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage. This is for gathering Azure Batch service log files in an automated fashion from Compute Nodes if you are experiencing an error and wish to escalate to Azure support. The Azure Batch service log files should be shared with Azure support to aid in debugging issues with the Batch service." returns: description: "the UploadBatchServiceLogsResult object if successful." type: "" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogs(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration,com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogs(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" name: "uploadBatchServiceLogs(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" nameWithType: "ComputeNodes.uploadBatchServiceLogs(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" summary: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node from which you want to upload the Azure Batch service log files." name: "nodeId" type: "String" - description: "The Azure Batch service log files upload configuration." name: "uploadBatchServiceLogsConfiguration" type: "" - description: "Additional parameters for the operation" name: "computeNodeUploadBatchServiceLogsOptions" type: "" syntax: "public abstract UploadBatchServiceLogsResult uploadBatchServiceLogs(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" desc: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage. This is for gathering Azure Batch service log files in an automated fashion from Compute Nodes if you are experiencing an error and wish to escalate to Azure support. The Azure Batch service log files should be shared with Azure support to aid in debugging issues with the Batch service." returns: description: "the UploadBatchServiceLogsResult object if successful." type: "" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" name: "uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" nameWithType: "ComputeNodes.uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" summary: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node from which you want to upload the Azure Batch service log files." name: "nodeId" type: "String" - description: "The Azure Batch service log files upload configuration." name: "uploadBatchServiceLogsConfiguration" type: "" syntax: "public abstract Observable uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" desc: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage. This is for gathering Azure Batch service log files in an automated fashion from Compute Nodes if you are experiencing an error and wish to escalate to Azure support. The Azure Batch service log files should be shared with Azure support to aid in debugging issues with the Batch service." returns: description: "the observable to the UploadBatchServiceLogsResult object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration,com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" name: "uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" nameWithType: "ComputeNodes.uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" summary: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node from which you want to upload the Azure Batch service log files." name: "nodeId" type: "String" - description: "The Azure Batch service log files upload configuration." name: "uploadBatchServiceLogsConfiguration" type: "" - description: "Additional parameters for the operation" name: "computeNodeUploadBatchServiceLogsOptions" type: "" syntax: "public abstract Observable uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" desc: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage. This is for gathering Azure Batch service log files in an automated fashion from Compute Nodes if you are experiencing an error and wish to escalate to Azure support. The Azure Batch service log files should be shared with Azure support to aid in debugging issues with the Batch service." returns: description: "the observable to the UploadBatchServiceLogsResult object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration,com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions, ServiceCallback serviceCallback)" name: "uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions, ServiceCallback serviceCallback)" summary: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node from which you want to upload the Azure Batch service log files." name: "nodeId" type: "String" - description: "The Azure Batch service log files upload configuration." name: "uploadBatchServiceLogsConfiguration" type: "" - description: "Additional parameters for the operation" name: "computeNodeUploadBatchServiceLogsOptions" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions, ServiceCallback serviceCallback)" desc: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage. This is for gathering Azure Batch service log files in an automated fashion from Compute Nodes if you are experiencing an error and wish to escalate to Azure support. The Azure Batch service log files should be shared with Azure support to aid in debugging issues with the Batch service." returns: description: "the object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration,com.microsoft.rest.ServiceCallback)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ServiceCallback serviceCallback)" name: "uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ServiceCallback serviceCallback)" nameWithType: "ComputeNodes.uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ServiceCallback serviceCallback)" summary: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node from which you want to upload the Azure Batch service log files." name: "nodeId" type: "String" - description: "The Azure Batch service log files upload configuration." name: "uploadBatchServiceLogsConfiguration" type: "" - description: "the async ServiceCallback to handle successful and failed responses." name: "serviceCallback" type: "<>" syntax: "public abstract ServiceFuture uploadBatchServiceLogsAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ServiceCallback serviceCallback)" desc: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage. This is for gathering Azure Batch service log files in an automated fashion from Compute Nodes if you are experiencing an error and wish to escalate to Azure support. The Azure Batch service log files should be shared with Azure support to aid in debugging issues with the Batch service." returns: description: "the object" type: "<>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsWithServiceResponseAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" name: "uploadBatchServiceLogsWithServiceResponseAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" nameWithType: "ComputeNodes.uploadBatchServiceLogsWithServiceResponseAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" summary: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node from which you want to upload the Azure Batch service log files." name: "nodeId" type: "String" - description: "The Azure Batch service log files upload configuration." name: "uploadBatchServiceLogsConfiguration" type: "" syntax: "public abstract Observable> uploadBatchServiceLogsWithServiceResponseAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration)" desc: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage. This is for gathering Azure Batch service log files in an automated fashion from Compute Nodes if you are experiencing an error and wish to escalate to Azure support. The Azure Batch service log files should be shared with Azure support to aid in debugging issues with the Batch service." returns: description: "the observable to the UploadBatchServiceLogsResult object" type: "<<,>>" - uid: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsWithServiceResponseAsync(java.lang.String,java.lang.String,com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration,com.microsoft.azure.batch.protocol.models.ComputeNodeUploadBatchServiceLogsOptions)" fullName: "com.microsoft.azure.batch.protocol.ComputeNodes.uploadBatchServiceLogsWithServiceResponseAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" name: "uploadBatchServiceLogsWithServiceResponseAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" nameWithType: "ComputeNodes.uploadBatchServiceLogsWithServiceResponseAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" summary: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage." modifiers: - "abstract" parameters: - description: "The ID of the Pool that contains the Compute Node." name: "poolId" type: "String" - description: "The ID of the Compute Node from which you want to upload the Azure Batch service log files." name: "nodeId" type: "String" - description: "The Azure Batch service log files upload configuration." name: "uploadBatchServiceLogsConfiguration" type: "" - description: "Additional parameters for the operation" name: "computeNodeUploadBatchServiceLogsOptions" type: "" syntax: "public abstract Observable> uploadBatchServiceLogsWithServiceResponseAsync(String poolId, String nodeId, UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions)" desc: "Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage. This is for gathering Azure Batch service log files in an automated fashion from Compute Nodes if you are experiencing an error and wish to escalate to Azure support. The Azure Batch service log files should be shared with Azure support to aid in debugging issues with the Batch service." returns: description: "the observable to the UploadBatchServiceLogsResult object" type: "<<,>>" type: "interface" desc: "An instance of this class provides access to all the operations defined in ComputeNodes." metadata: {} package: "com.microsoft.azure.batch.protocol" artifact: com.microsoft.azure:azure-batch:11.2.0