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

PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate 方法

定义

更新专用终结点连接。

public static Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.VideoAnalyzer.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string name, Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.VideoAnalyzer.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, accountName As String, name As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection

参数

operations
IPrivateEndpointConnectionsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

accountName
String

视频分析器帐户名称。

name
String

专用终结点连接名称。

parameters
PrivateEndpointConnection

请求参数

返回

注解

更新视频分析器帐户下的专用终结点连接状态。

适用于