Sdílet prostřednictvím


IHttpOperationsFactory.GetHttpOperations Method

Definition

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

Returns

Applies to