Condividi tramite


ManagedPrivateEndpointsClientOptions Constructor

Definition

Initializes a new instance of the ManagedPrivateEndpointsClientOptions class.

public ManagedPrivateEndpointsClientOptions (Azure.Analytics.Synapse.ManagedPrivateEndpoints.ManagedPrivateEndpointsClientOptions.ServiceVersion version = Azure.Analytics.Synapse.ManagedPrivateEndpoints.ManagedPrivateEndpointsClientOptions+ServiceVersion.V2020_12_01);
new Azure.Analytics.Synapse.ManagedPrivateEndpoints.ManagedPrivateEndpointsClientOptions : Azure.Analytics.Synapse.ManagedPrivateEndpoints.ManagedPrivateEndpointsClientOptions.ServiceVersion -> Azure.Analytics.Synapse.ManagedPrivateEndpoints.ManagedPrivateEndpointsClientOptions
Public Sub New (Optional version As ManagedPrivateEndpointsClientOptions.ServiceVersion = Azure.Analytics.Synapse.ManagedPrivateEndpoints.ManagedPrivateEndpointsClientOptions+ServiceVersion.V2020_12_01)

Parameters

version
ManagedPrivateEndpointsClientOptions.ServiceVersion

An optional ManagedPrivateEndpointsClientOptions.ServiceVersion to specify the version of the REST API to use. If not provided, the version will default to the latest supported by this client library. It is recommended that application authors allow the version to float to the latest and library authors pin to a specific version.

Exceptions

Thrown when the version is not supported by this client library.

Applies to