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

IDefinition 接口

定义

完整的可用提供程序参数定义。

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

属性

Key

完整的可用提供程序参数定义。

(继承自 IIndexable)

方法

Execute()

执行请求。

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

异步执行请求。

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

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

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

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

(继承自 IWithAzureLocations)
WithCity(String)

完整的可用提供程序参数定义。

(继承自 IWithExecuteAndCity)
WithCountry(String)

完整的可用提供程序参数定义。

(继承自 IWithExecuteAndCountry)
WithState(String)

完整的可用提供程序参数定义。

(继承自 IWithExecuteAndState)

适用于