你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HttpClientOperationsFactory.GetHttpOperations Method
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.
Overloads
GetHttpOperations<T>() | |
GetHttpOperations<T>(Boolean) |
GetHttpOperations<T>()
public Microsoft.Azure.Commands.Common.Authentication.IHttpOperations<T> GetHttpOperations<T> () where T : class, Microsoft.Azure.Commands.Common.Authentication.ICacheable;
abstract member GetHttpOperations : unit -> Microsoft.Azure.Commands.Common.Authentication.IHttpOperations<'T (requires 'T : null and 'T :> Microsoft.Azure.Commands.Common.Authentication.ICacheable)> (requires 'T : null and 'T :> Microsoft.Azure.Commands.Common.Authentication.ICacheable)
override this.GetHttpOperations : unit -> Microsoft.Azure.Commands.Common.Authentication.IHttpOperations<'T (requires 'T : null and 'T :> Microsoft.Azure.Commands.Common.Authentication.ICacheable)> (requires 'T : null and 'T :> Microsoft.Azure.Commands.Common.Authentication.ICacheable)
Public Function GetHttpOperations(Of T As {Class, ICacheable}) () As IHttpOperations(Of T)
Type Parameters
- T
Returns
Implements
Applies to
GetHttpOperations<T>(Boolean)
public Microsoft.Azure.Commands.Common.Authentication.IHttpOperations<T> GetHttpOperations<T> (bool useCaching) where T : class, Microsoft.Azure.Commands.Common.Authentication.ICacheable;
abstract member GetHttpOperations : bool -> Microsoft.Azure.Commands.Common.Authentication.IHttpOperations<'T (requires 'T : null and 'T :> Microsoft.Azure.Commands.Common.Authentication.ICacheable)> (requires 'T : null and 'T :> Microsoft.Azure.Commands.Common.Authentication.ICacheable)
override this.GetHttpOperations : bool -> Microsoft.Azure.Commands.Common.Authentication.IHttpOperations<'T (requires 'T : null and 'T :> Microsoft.Azure.Commands.Common.Authentication.ICacheable)> (requires 'T : null and 'T :> Microsoft.Azure.Commands.Common.Authentication.ICacheable)
Public Function GetHttpOperations(Of T As {Class, ICacheable}) (useCaching As Boolean) As IHttpOperations(Of T)
Type Parameters
- T
Parameters
- useCaching
- Boolean