IHttpOperationsFactory.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)
Public Function GetHttpOperations(Of T As {Class, ICacheable}) () As IHttpOperations(Of T)
Type Parameters
- T
Returns
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)
Public Function GetHttpOperations(Of T As {Class, ICacheable}) (useCaching As Boolean) As IHttpOperations(Of T)
Type Parameters
- T
Parameters
- useCaching
- Boolean