Interface Troubleshooting
-
- All Superinterfaces:
Executable<Troubleshooting>,HasParent<NetworkWatcher>,Indexable
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTroubleshooting.DefinitionThe entirety of troubleshooting parameters definition.static interfaceTroubleshooting.DefinitionStagesGrouping of troubleshooting definition stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringcode()OffsetDateTimeendTime()List<TroubleshootingDetails>results()OffsetDateTimestartTime()StringstorageId()StringstoragePath()StringtargetResourceId()Get the resource identifier of the target resource against which the action is to be performed.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Executable
execute, executeAsync
-
-
-
-
Method Detail
-
targetResourceId
String targetResourceId()
Get the resource identifier of the target resource against which the action is to be performed.- Returns:
- the targetResourceId value
-
storageId
String storageId()
- Returns:
- id of the storage account where troubleshooting information was saved
-
storagePath
String storagePath()
- Returns:
- the path to the blob to save the troubleshoot result in
-
startTime
OffsetDateTime startTime()
- Returns:
- The start time of the troubleshooting
-
endTime
OffsetDateTime endTime()
- Returns:
- the end time of the troubleshooting
-
code
String code()
- Returns:
- the result code of the troubleshooting
-
results
List<TroubleshootingDetails> results()
- Returns:
- information from troubleshooting
-
-