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

IWithPrivateEndpointConnectionSettings 接口

定义

允许指定专用终结点连接设置的专用线路服务更新阶段。

public interface IWithPrivateEndpointConnectionSettings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointConnection>
type IWithPrivateEndpointConnectionSettings = interface
    interface IExecutable<IPrivateEndpointConnection>
    interface IIndexable
Public Interface IWithPrivateEndpointConnectionSettings
Implements IExecutable(Of IPrivateEndpointConnection)
派生
实现

属性

Key

允许指定专用终结点连接设置的专用线路服务更新阶段。

(继承自 IIndexable)

方法

Execute()

执行请求。

(继承自 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

异步执行请求。

(继承自 IExecutable<T>)
WithPrivateEndpoint(String)

设置专用终结点 ID。

WithPrivateLinkServiceConnetionState(String, String, String)

设置专用链接服务连接状态。

适用于