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

IWithExecute 接口

定义

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

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

属性

Key

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

(继承自 IIndexable)

方法

Execute()

执行请求。

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

异步执行请求。

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

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

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

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

(继承自 IWithAzureLocations)

适用于