Class ProcessThreadInfoInner

java.lang.Object
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.ProcessThreadInfoInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<ProxyOnlyResource>

public final class ProcessThreadInfoInner extends ProxyOnlyResource
Process Thread Information.
  • Method Details

    • type

      public String type()
      Get the type property: Resource type.
      Overrides:
      type in class ProxyOnlyResource
      Returns:
      the type value.
    • name

      public String name()
      Get the name property: Resource Name.
      Overrides:
      name in class ProxyOnlyResource
      Returns:
      the name value.
    • id

      public String id()
      Get the id property: Resource Id.
      Overrides:
      id in class ProxyOnlyResource
      Returns:
      the id value.
    • identifier

      public Integer identifier()
      Get the identifier property: Site extension ID.
      Returns:
      the identifier value.
    • href

      public String href()
      Get the href property: HRef URI.
      Returns:
      the href value.
    • process

      public String process()
      Get the process property: Process URI.
      Returns:
      the process value.
    • startAddress

      public String startAddress()
      Get the startAddress property: Start address.
      Returns:
      the startAddress value.
    • currentPriority

      public Integer currentPriority()
      Get the currentPriority property: Current thread priority.
      Returns:
      the currentPriority value.
    • priorityLevel

      public String priorityLevel()
      Get the priorityLevel property: Thread priority level.
      Returns:
      the priorityLevel value.
    • basePriority

      public Integer basePriority()
      Get the basePriority property: Base priority.
      Returns:
      the basePriority value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: Start time.
      Returns:
      the startTime value.
    • totalProcessorTime

      public String totalProcessorTime()
      Get the totalProcessorTime property: Total processor time.
      Returns:
      the totalProcessorTime value.
    • userProcessorTime

      public String userProcessorTime()
      Get the userProcessorTime property: User processor time.
      Returns:
      the userProcessorTime value.
    • state

      public String state()
      Get the state property: Thread state.
      Returns:
      the state value.
    • waitReason

      public String waitReason()
      Get the waitReason property: Wait reason.
      Returns:
      the waitReason value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ProxyOnlyResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ProxyOnlyResource>
      Overrides:
      toJson in class ProxyOnlyResource
      Throws:
      IOException
    • fromJson

      public static ProcessThreadInfoInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ProcessThreadInfoInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ProcessThreadInfoInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the ProcessThreadInfoInner.