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

IWithExecuteAndState 接口

定义

允许指定状态或执行查询的定义阶段。

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

属性

Key

允许指定状态或执行查询的定义阶段。

(继承自 IIndexable)

方法

Execute()

执行请求。

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

异步执行请求。

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

设置 Azure 区域名称。 注意:此方法具有累加效果。

(继承自 IWithAzureLocations)
WithAzureLocations(String[])

设置 Azure 区域的列表。 注意:如果已设置,这将覆盖位置。

(继承自 IWithAzureLocations)
WithState(String)

允许指定状态或执行查询的定义阶段。

适用于