ResourceManagerRestRestClient(Uri, HttpClientHelper) 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.
Initializes a new instance of the ResourceManagerRestRestClient class.
public ResourceManagerRestRestClient (Uri endpointUri, Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper httpClientHelper);
new Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient : Uri * Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.HttpClientHelper -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.RestClients.ResourceManagerRestRestClient
Public Sub New (endpointUri As Uri, httpClientHelper As HttpClientHelper)
Parameters
- endpointUri
- Uri
The endpoint that this client will communicate with.
- httpClientHelper
- HttpClientHelper
The azure http client wrapper to use.