Class MSDeployStatusProperties

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

public final class MSDeployStatusProperties extends Object implements com.azure.json.JsonSerializable<MSDeployStatusProperties>
MSDeployStatus resource specific properties.
  • Constructor Details

    • MSDeployStatusProperties

      public MSDeployStatusProperties()
      Creates an instance of MSDeployStatusProperties class.
  • Method Details

    • deployer

      public String deployer()
      Get the deployer property: Username of deployer.
      Returns:
      the deployer value.
    • provisioningState

      public MSDeployProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state.
      Returns:
      the provisioningState value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: Start time of deploy operation.
      Returns:
      the startTime value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: End time of deploy operation.
      Returns:
      the endTime value.
    • complete

      public Boolean complete()
      Get the complete property: Whether the deployment operation has completed.
      Returns:
      the complete value.
    • validate

      public void validate()
      Validates the instance.
      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<MSDeployStatusProperties>
      Throws:
      IOException
    • fromJson

      public static MSDeployStatusProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of MSDeployStatusProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of MSDeployStatusProperties 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 MSDeployStatusProperties.