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

IotDpsResourceOperationsExtensions.CreateOrUpdatePrivateEndpointConnection 方法

定义

创建或更新专用终结点连接

public static Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection CreateOrUpdatePrivateEndpointConnection (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnectionProperties properties);
static member CreateOrUpdatePrivateEndpointConnection : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * string * Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnectionProperties -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdatePrivateEndpointConnection (operations As IIotDpsResourceOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, properties As PrivateEndpointConnectionProperties) As PrivateEndpointConnection

参数

operations
IIotDpsResourceOperations

此扩展方法的操作组。

resourceGroupName
String

包含预配服务的资源组的名称。

resourceName
String

预配服务的名称。

privateEndpointConnectionName
String

专用终结点连接的名称

properties
PrivateEndpointConnectionProperties

专用终结点连接的属性

返回

注解

创建或更新具有指定名称的专用终结点连接的状态

适用于