Share via


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

IWithExecute 接口

定义

定义的阶段,它包含执行操作所需的所有最低参数,但也允许指定任何其他可选设置。

public interface IWithExecute : Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition.IWithNetworkInterface, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IVerificationIPFlow>
type IWithExecute = interface
    interface IExecutable<IVerificationIPFlow>
    interface IIndexable
    interface IWithNetworkInterface
Public Interface IWithExecute
Implements IExecutable(Of IVerificationIPFlow), IWithNetworkInterface
派生
实现

属性

Key

定义的阶段,它包含执行操作所需的所有最低参数,但也允许指定任何其他可选设置。

(继承自 IIndexable)

方法

Execute()

执行请求。

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

异步执行请求。

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

设置 targetNetworkInterfaceId 值。

(继承自 IWithNetworkInterface)

适用于