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

ManagedPrivateEndpointsClient.Create Method

Definition

Create Managed Private Endpoints.

public virtual Azure.Response<Azure.Analytics.Synapse.ManagedPrivateEndpoints.Models.ManagedPrivateEndpoint> Create(string managedPrivateEndpointName, Azure.Analytics.Synapse.ManagedPrivateEndpoints.Models.ManagedPrivateEndpoint managedPrivateEndpoint, string managedVirtualNetworkName = "default", System.Threading.CancellationToken cancellationToken = default);
abstract member Create : string * Azure.Analytics.Synapse.ManagedPrivateEndpoints.Models.ManagedPrivateEndpoint * string * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.Synapse.ManagedPrivateEndpoints.Models.ManagedPrivateEndpoint>
override this.Create : string * Azure.Analytics.Synapse.ManagedPrivateEndpoints.Models.ManagedPrivateEndpoint * string * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.Synapse.ManagedPrivateEndpoints.Models.ManagedPrivateEndpoint>
Public Overridable Function Create (managedPrivateEndpointName As String, managedPrivateEndpoint As ManagedPrivateEndpoint, Optional managedVirtualNetworkName As String = "default", Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedPrivateEndpoint)

Parameters

managedPrivateEndpointName
String

Managed private endpoint name.

managedPrivateEndpoint
ManagedPrivateEndpoint

Managed private endpoint properties.

managedVirtualNetworkName
String

Managed virtual network name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to