你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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