RestClient Constructors
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.
Overloads
| Name | Description |
|---|---|
| RestClient() |
Initializes a new instance of the RestClient class. |
| RestClient(PipelinePolicy) |
Initializes a new instance of the RestClient class with the specified authentication policy. |
RestClient()
- Source:
- RestClient.cs
Initializes a new instance of the RestClient class.
public RestClient();
Public Sub New ()
Applies to
RestClient(PipelinePolicy)
- Source:
- RestClient.cs
Initializes a new instance of the RestClient class with the specified authentication policy.
public RestClient(System.ClientModel.Primitives.PipelinePolicy auth);
new Azure.Core.Rest.RestClient : System.ClientModel.Primitives.PipelinePolicy -> Azure.Core.Rest.RestClient
Public Sub New (auth As PipelinePolicy)
Parameters
- auth
- PipelinePolicy