ITroubleshooting Interface

Definition

A client-side representation allowing user to get troubleshooting information for virtual network gateway or virtual network gateway connection.

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)
Implements

Properties

Code

Gets the result code of the troubleshooting.

EndTime

Gets the end time of the troubleshooting.

Key (Inherited from IIndexable)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
Results

Gets information from troubleshooting.

StartTime

Gets The start time of the troubleshooting.

StorageId

Gets id of the storage account where troubleshooting information was saved.

StoragePath

Gets the path to the blob to save the troubleshoot result in.

TargetResourceId

Gets the resource identifier of the target resource against which the action is to be performed.

Methods

Execute()

Execute the request.

(Inherited from IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

Execute the request asynchronously.

(Inherited from IExecutable<T>)

Applies to