Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeUpdateUserHeaders>> |
ComputeNodes.updateUserWithServiceResponseAsync(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter)
Updates the password and expiration time of a user account on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeUpdateUserHeaders>> |
ComputeNodes.updateUserWithServiceResponseAsync(String poolId,
String nodeId,
String userName,
NodeUpdateUserParameter nodeUpdateUserParameter,
ComputeNodeUpdateUserOptions computeNodeUpdateUserOptions)
Updates the password and expiration time of a user account on the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeUpdateUserHeaders |
ComputeNodeUpdateUserHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeUpdateUserHeaders |
ComputeNodeUpdateUserHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
ComputeNodeUpdateUserHeaders |
ComputeNodeUpdateUserHeaders.withETag(String eTag)
Set the eTag value.
|
ComputeNodeUpdateUserHeaders |
ComputeNodeUpdateUserHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
ComputeNodeUpdateUserHeaders |
ComputeNodeUpdateUserHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.