Uses of Class
com.azure.compute.batch.models.BatchNodeUserCreateContent
Packages that use BatchNodeUserCreateContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchNodeUserCreateContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchNodeUserCreateContentModifier and TypeMethodDescriptionBatchAsyncClient.createNodeUser
(String poolId, String nodeId, BatchNodeUserCreateContent user) Adds a user Account to the specified Compute Node.BatchAsyncClient.createNodeUser
(String poolId, String nodeId, BatchNodeUserCreateContent user, CreateBatchNodeUserOptions options) Adds a user Account to the specified Compute Node.void
BatchClient.createNodeUser
(String poolId, String nodeId, BatchNodeUserCreateContent user) Adds a user Account to the specified Compute Node.void
BatchClient.createNodeUser
(String poolId, String nodeId, BatchNodeUserCreateContent user, CreateBatchNodeUserOptions options) Adds a user Account to the specified Compute Node. -
Uses of BatchNodeUserCreateContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodeUserCreateContentModifier and TypeMethodDescriptionstatic BatchNodeUserCreateContent
BatchNodeUserCreateContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodeUserCreateContent from the JsonReader.BatchNodeUserCreateContent.setExpiryTime
(OffsetDateTime expiryTime) Set the expiryTime property: The time at which the Account should expire.BatchNodeUserCreateContent.setIsAdmin
(Boolean isAdmin) Set the isAdmin property: Whether the Account should be an administrator on the Compute Node.BatchNodeUserCreateContent.setPassword
(String password) Set the password property: The password of the Account.BatchNodeUserCreateContent.setSshPublicKey
(String sshPublicKey) Set the sshPublicKey property: The SSH public key that can be used for remote login to the Compute Node.