Interface Troubleshooting

  • All Superinterfaces:
    com.microsoft.azure.management.resources.fluentcore.model.Executable<Troubleshooting>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<NetworkWatcher>, com.microsoft.azure.management.resources.fluentcore.model.Indexable

    @Beta(V1_4_0)
    public interface Troubleshooting
    extends com.microsoft.azure.management.resources.fluentcore.model.Executable<Troubleshooting>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<NetworkWatcher>
    A client-side representation allowing user to get troubleshooting information for virtual network gateway or virtual network gateway connection.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String code()  
      org.joda.time.DateTime endTime()  
      List<TroubleshootingDetails> results()  
      org.joda.time.DateTime startTime()  
      String storageId()  
      String storagePath()  
      String targetResourceId()
      Get the resource identifier of the target resource against which the action is to be performed.
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Executable

        execute, executeAsync, executeAsync
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent

        parent
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

        key
    • 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

        org.joda.time.DateTime startTime()
        Returns:
        The start time of the troubleshooting
      • endTime

        org.joda.time.DateTime endTime()
        Returns:
        the end time of the troubleshooting
      • code

        String code()
        Returns:
        the result code of the troubleshooting