Share via


ResourceManagerRestClientBase Class

Definition

A base class for Azure clients.

public class ResourceManagerRestClientBase
type ResourceManagerRestClientBase = class
Public Class ResourceManagerRestClientBase
Inheritance
ResourceManagerRestClientBase
Derived

Constructors

ResourceManagerRestClientBase(HttpClientHelper)

Initializes a new instance of the ResourceManagerRestClientBase class.

Methods

PerformOperationAsync(HttpMethod, Uri, CancellationToken)

Performs an operation and returns the result.

PerformOperationAsync(HttpMethod, Uri, JObject, CancellationToken)

Performs an operation and returns the result.

PerformOperationAsync(HttpMethod, Uri, JToken, CancellationToken)

Performs an operation and returns the result.

SendRequestAsync(HttpMethod, Uri, CancellationToken)

Sends an HTTP request message and returns the result.

SendRequestAsync(HttpMethod, Uri, JToken, CancellationToken)

Sends an HTTP request message and returns the result.

SendRequestAsync(HttpRequestMessage, CancellationToken)

Sends an HTTP request message and returns the result.

SendRequestAsync<TResponseType>(HttpMethod, Uri, CancellationToken)

Sends an HTTP request message and returns the result.

SendRequestAsync<TResponseType>(HttpMethod, Uri, JObject, CancellationToken)

Sends an HTTP request message and returns the result from the content of the response message.

Applies to