你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ITroubleshooting 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
客户端表示形式,允许用户获取虚拟网络网关或虚拟网络网关连接的故障排除信息。
public interface ITroubleshooting : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.ITroubleshooting>
type ITroubleshooting = interface
interface IBeta
interface IExecutable<ITroubleshooting>
interface IIndexable
interface IHasParent<INetworkWatcher>
Public Interface ITroubleshooting
Implements IBeta, IExecutable(Of ITroubleshooting), IHasParent(Of INetworkWatcher)
- 实现
属性
Code |
获取故障排除的结果代码。 |
EndTime |
获取故障排除的结束时间。 |
Key |
客户端表示形式,允许用户获取虚拟网络网关或虚拟网络网关连接的故障排除信息。 (继承自 IIndexable) |
Parent |
获取此子资源的父级。 (继承自 IHasParent<ParentT>) |
Results |
从故障排除中获取信息。 |
StartTime |
获取故障排除的开始时间。 |
StorageId |
获取保存故障排除信息的存储帐户的 ID。 |
StoragePath |
获取用于保存故障排除结果的 Blob 的路径。 |
TargetResourceId |
获取要对其执行操作的目标资源的资源标识符。 |
方法
Execute() |
执行请求。 (继承自 IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
异步执行请求。 (继承自 IExecutable<T>) |