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

IDefinition 接口

定义

整个故障排除参数定义。

public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithExecute, Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithStorageAccount, Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithStoragePath, Microsoft.Azure.Management.Network.Fluent.Troubleshooting.Definition.IWithTargetResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.ITroubleshooting>
type IDefinition = interface
    interface IWithTargetResource
    interface IWithStorageAccount
    interface IWithStoragePath
    interface IWithExecute
    interface IExecutable<ITroubleshooting>
    interface IIndexable
Public Interface IDefinition
Implements IExecutable(Of ITroubleshooting), IWithExecute, IWithStorageAccount, IWithStoragePath, IWithTargetResource
实现

属性

Key

整个故障排除参数定义。

(继承自 IIndexable)

方法

Execute()

执行请求。

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

异步执行请求。

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

设置 storageAccounId 值。

(继承自 IWithStorageAccount)
WithStoragePath(String)

整个故障排除参数定义。

(继承自 IWithStoragePath)
WithTargetResourceId(String)

将 targetResourceId 值 (虚拟网络网关或虚拟网络网关连接 ID) 。

(继承自 IWithTargetResource)

适用于