PSRecoveryServicesClient.GetRequestHeaders(Boolean) 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.
public System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> GetRequestHeaders (bool shouldSignRequest = true);
member this.GetRequestHeaders : bool -> System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>>
Public Function GetRequestHeaders (Optional shouldSignRequest As Boolean = true) As Dictionary(Of String, List(Of String))
Parameters
- shouldSignRequest
- Boolean