Share via


IAsAzureHttpClient Interface

Definition

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)
CallGetAsync(Uri, String, String, Guid)
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()

Applies to