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

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, 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()

Applies to