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

IWithExecute 接口

定义

定义的阶段,它包含执行所需的所有最小输入,但也允许指定任何其他可选设置。

public interface IWithExecute : Microsoft.Azure.Management.Network.Fluent.ConnectivityCheck.Definition.IFromSourcePort, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ConnectivityCheck.Definition.IWithExecute,Microsoft.Azure.Management.Network.Fluent.Models.Protocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IConnectivityCheck>
type IWithExecute = interface
    interface IExecutable<IConnectivityCheck>
    interface IIndexable
    interface IFromSourcePort
    interface IWithProtocol<IWithExecute, Protocol>
Public Interface IWithExecute
Implements IExecutable(Of IConnectivityCheck), IFromSourcePort, IWithProtocol(Of IWithExecute, Protocol)
派生
实现

属性

Key

定义的阶段,它包含执行所需的所有最小输入,但也允许指定任何其他可选设置。

(继承自 IIndexable)

方法

Execute()

执行请求。

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

异步执行请求。

(继承自 IExecutable<T>)
FromSourcePort(Int32)

定义的阶段,它包含执行所需的所有最小输入,但也允许指定任何其他可选设置。

(继承自 IFromSourcePort)
WithProtocol(ProtocolT)

指定传输协议。

(继承自 IWithProtocol<ReturnT,ProtocolT>)

适用于