AcquirePolicyTokenHandler Constructor

Definition

public AcquirePolicyTokenHandler(bool shouldAcquire, string changeReference, bool isWhatIf, System.Collections.Concurrent.ConcurrentQueue<string> debugMessages, System.Net.Http.HttpClient tokenHttpClient = default);
new Microsoft.WindowsAzure.Commands.Common.AcquirePolicyTokenHandler : bool * string * bool * System.Collections.Concurrent.ConcurrentQueue<string> * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Commands.Common.AcquirePolicyTokenHandler
Public Sub New (shouldAcquire As Boolean, changeReference As String, isWhatIf As Boolean, debugMessages As ConcurrentQueue(Of String), Optional tokenHttpClient As HttpClient = Nothing)

Parameters

shouldAcquire
Boolean
changeReference
String
isWhatIf
Boolean
debugMessages
ConcurrentQueue<String>
tokenHttpClient
HttpClient

Applies to