ManagedPrivateEndpointsClientOptions 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 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
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
Azure SDK for .NET