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,ComputeNodeDeleteUserHeaders>> |
ComputeNodes.deleteUserWithServiceResponseAsync(String poolId,
String nodeId,
String userName)
Deletes a user account from the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,ComputeNodeDeleteUserHeaders>> |
ComputeNodes.deleteUserWithServiceResponseAsync(String poolId,
String nodeId,
String userName,
ComputeNodeDeleteUserOptions computeNodeDeleteUserOptions)
Deletes a user account from the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeDeleteUserHeaders |
ComputeNodeDeleteUserHeaders.withClientRequestId(String clientRequestId)
Set the clientRequestId value.
|
ComputeNodeDeleteUserHeaders |
ComputeNodeDeleteUserHeaders.withRequestId(String requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.