AcquirePolicyTokenHandler Constructor
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.
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