Share via


DeleteNodeFile interface

Methods

delete(DeleteNodeFileParameters)

Deletes the specified file from the Compute Node.

get(GetNodeFileParameters)

Returns the content of the specified Compute Node file.

head(GetNodeFilePropertiesParameters)

Gets the properties of the specified Compute Node file.

Method Details

delete(DeleteNodeFileParameters)

Deletes the specified file from the Compute Node.

function delete(options?: DeleteNodeFileParameters): StreamableMethod<DeleteNodeFile200Response | DeleteNodeFileDefaultResponse>

Parameters

Returns

get(GetNodeFileParameters)

Returns the content of the specified Compute Node file.

function get(options?: GetNodeFileParameters): StreamableMethod<GetNodeFile200Response | GetNodeFileDefaultResponse>

Parameters

Returns

head(GetNodeFilePropertiesParameters)

Gets the properties of the specified Compute Node file.

function head(options?: GetNodeFilePropertiesParameters): StreamableMethod<GetNodeFileProperties200Response | GetNodeFilePropertiesDefaultResponse>

Parameters

Returns