你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IDefinition 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
整个 Azure 可访问性报表参数定义。
public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithEndTime, Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithExecute, Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithProviderLocation, Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithStartTime, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IAzureReachabilityReport>
type IDefinition = interface
interface IWithProviderLocation
interface IWithStartTime
interface IWithEndTime
interface IWithExecute
interface IExecutable<IAzureReachabilityReport>
interface IIndexable
interface IWithAzureLocations
interface IWithProviders
Public Interface IDefinition
Implements IExecutable(Of IAzureReachabilityReport), IWithEndTime, IWithExecute, IWithProviderLocation, IWithStartTime
- 实现
属性
Key |
整个 Azure 可访问性报表参数定义。 (继承自 IIndexable) |
方法
Execute() |
执行请求。 (继承自 IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
异步执行请求。 (继承自 IExecutable<T>) |
WithAzureLocations(String[]) |
整个 Azure 可访问性报表参数定义。 (继承自 IWithAzureLocations) |
WithEndTime(DateTime) |
整个 Azure 可访问性报表参数定义。 (继承自 IWithEndTime) |
WithProviderLocation(String) |
整个 Azure 可访问性报表参数定义。 (继承自 IWithProviderLocation) |
WithProviderLocation(String, String) |
整个 Azure 可访问性报表参数定义。 (继承自 IWithProviderLocation) |
WithProviderLocation(String, String, String) |
整个 Azure 可访问性报表参数定义。 (继承自 IWithProviderLocation) |
WithProviders(String[]) |
整个 Azure 可访问性报表参数定义。 (继承自 IWithProviders) |
WithStartTime(DateTime) |
整个 Azure 可访问性报表参数定义。 (继承自 IWithStartTime) |