你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateEndpointConnectionsOperationsExtensions.Update 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
更新特定的专用终结点连接。
public static Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection Update (this Microsoft.Azure.Management.EventGrid.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string parentType, string parentName, string privateEndpointConnectionName, Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection privateEndpointConnection);
static member Update : Microsoft.Azure.Management.EventGrid.IPrivateEndpointConnectionsOperations * string * string * string * string * Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection
<Extension()>
Public Function Update (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, parentType As String, parentName As String, privateEndpointConnectionName As String, privateEndpointConnection As PrivateEndpointConnection) As PrivateEndpointConnection
参数
- operations
- IPrivateEndpointConnectionsOperations
此扩展方法的操作组。
- resourceGroupName
- String
用户订阅中资源组的名称。
- parentType
- String
父资源的类型。 这可以是“topics”、“domains”或“partnerNamespaces”。 可能的值包括:“topics”、“domains”、“partnerNamespaces”
- parentName
- String
父资源的名称 (即主题名称、域名或合作伙伴命名空间名称) 。
- privateEndpointConnectionName
- String
专用终结点连接连接的名称。
- privateEndpointConnection
- PrivateEndpointConnection
要更新的专用终结点连接对象。
返回
注解
更新主题、域或合作伙伴命名空间下的特定专用终结点连接。