IAsAzureHttpClient Interface
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.
Interface for the necessary httpclient methods for dataplane cmdlets.
public interface IAsAzureHttpClient
type IAsAzureHttpClient = interface
Public Interface IAsAzureHttpClient
- Derived
Properties
HttpClient |
Methods
CallGetAsync(String) |
Calls SendRequestAsync() for a GET using the default BaseUri and a blank correlationId. |
CallGetAsync(Uri, String, Guid) |
Calls SendRequestAsync() for a GET. |
CallGetAsync(Uri, String, String, Guid) | |
CallGetAsync(Uri, String, String) | |
CallPostAsync(String, HttpContent) |
Calls SendRequestAsync() for a POST using the default BaseUri and a blank correlationId. |
CallPostAsync(Uri, String, Guid, HttpContent) |
Calls SendRequestAsync() for a POST. |
CallPostAsync(Uri, String, HttpContent) |
Calls SendRequestAsync() for a POST using a blank correlationId. |
CallPostAsync(Uri, String, String, Guid, HttpContent) | |
CallPostAsync(Uri, String, String, HttpContent) | |
resetHttpClient() | |
ResetHttpClient() |