Table of Contents

Class OperationDeleteRequest

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 string

The resource name of the operation to delete.

Fields

OperationName

The resource name of the operation to delete.

public string OperationName

Field Value

string

Properties

BaseServiceUri

The base endpoint URI for the request.

public string BaseServiceUri { get; set; }

Property Value

string

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.