ResourceManagerRestClientBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |