Share via


DeleteNodeUser interface

Methods

delete(DeleteNodeUserParameters)

You can delete a user Account to a Compute Node only when it is in the idle or running state.

put(ReplaceNodeUserParameters)

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.

Method Details

delete(DeleteNodeUserParameters)

You can delete a user Account to a Compute Node only when it is in the idle or running state.

function delete(options?: DeleteNodeUserParameters): StreamableMethod<DeleteNodeUser200Response | DeleteNodeUserDefaultResponse>

Parameters

Returns

put(ReplaceNodeUserParameters)

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.

function put(options: ReplaceNodeUserParameters): StreamableMethod<ReplaceNodeUser200Response | ReplaceNodeUserDefaultResponse>

Parameters

Returns