ManagedPrivateEndpointsClient 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
ManagedPrivateEndpointsClient() |
Initializes a new instance of ManagedPrivateEndpointsClient for mocking. |
ManagedPrivateEndpointsClient(Uri, TokenCredential, ManagedPrivateEndpointsClientOptions) |
Initializes a new instance of ManagedPrivateEndpointsClient. |
ManagedPrivateEndpointsClient()
Initializes a new instance of ManagedPrivateEndpointsClient for mocking.
protected ManagedPrivateEndpointsClient ();
Protected Sub New ()
Applies to
ManagedPrivateEndpointsClient(Uri, TokenCredential, ManagedPrivateEndpointsClientOptions)
Initializes a new instance of ManagedPrivateEndpointsClient.
public ManagedPrivateEndpointsClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Synapse.ManagedPrivateEndpoints.ManagedPrivateEndpointsClientOptions options = default);
new Azure.Analytics.Synapse.ManagedPrivateEndpoints.ManagedPrivateEndpointsClient : Uri * Azure.Core.TokenCredential * Azure.Analytics.Synapse.ManagedPrivateEndpoints.ManagedPrivateEndpointsClientOptions -> Azure.Analytics.Synapse.ManagedPrivateEndpoints.ManagedPrivateEndpointsClient
Public Sub New (endpoint As Uri, credential As TokenCredential, Optional options As ManagedPrivateEndpointsClientOptions = Nothing)
Parameters
- endpoint
- Uri
The workspace development endpoint, for example https://myworkspace.dev.azuresynapse.net.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
The options for configuring the client.
Applies to
Azure SDK for .NET