Class OperationDeleteRequest
- Namespace
- Uralstech.UCloud.Operations
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation.
public class OperationDeleteRequest : IOperationsDeleteRequest, IOperationsRequest
- Inheritance
-
OperationDeleteRequest
- Implements
Constructors
OperationDeleteRequest(string)
Creates a new OperationDeleteRequest.
public OperationDeleteRequest(string operationName)
Parameters
operationName
stringThe resource name of the operation to delete.
Fields
OperationName
The resource name of the operation to delete.
public string OperationName
Field Value
Properties
BaseServiceUri
The base endpoint URI for the request.
public string BaseServiceUri { get; set; }
Property Value
Remarks
This may be a specific service endpoint which contains the operations.
Methods
GetEndpointUri()
Gets the URI to the API endpoint.
public string GetEndpointUri()
Returns
- string
The URI.