Troubleshooting Interface

Implements

public interface Troubleshooting
extends Executable<Troubleshooting>, HasParent<NetworkWatcher>

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

Method Summary

Modifier and Type Method and Description
abstract java.lang.String code()
abstract org.joda.time.DateTime endTime()
abstract java.util.List<TroubleshootingDetails> results()
abstract org.joda.time.DateTime startTime()
abstract java.lang.String storageId()
abstract java.lang.String storagePath()
abstract java.lang.String targetResourceId()

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

Method Details

code

public abstract String code()

Returns:

the result code of the troubleshooting

endTime

public abstract DateTime endTime()

Returns:

the end time of the troubleshooting

results

public abstract List results()

Returns:

information from troubleshooting

startTime

public abstract DateTime startTime()

Returns:

The start time of the troubleshooting

storageId

public abstract String storageId()

Returns:

id of the storage account where troubleshooting information was saved

storagePath

public abstract String storagePath()

Returns:

the path to the blob to save the troubleshoot result in

targetResourceId

public abstract String targetResourceId()

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

Returns:

the targetResourceId value

Applies to