你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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