Freigeben über


RestClient Constructors

Definition

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

Applies to