Interface Revision


  • public interface Revision
    An immutable client-side representation of Revision.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Boolean active()
      Gets the active property: Boolean describing if the Revision is Active.
      OffsetDateTime createdTime()
      Gets the createdTime property: Timestamp describing when the revision was created by controller.
      String fqdn()
      Gets the fqdn property: Fully qualified domain name of the revision.
      RevisionHealthState healthState()
      Gets the healthState property: Current health State of the revision.
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      RevisionInner innerModel()
      Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner object.
      String name()
      Gets the name property: The name of the resource.
      String provisioningError()
      Gets the provisioningError property: Optional Field - Platform Error Message.
      RevisionProvisioningState provisioningState()
      Gets the provisioningState property: Current provisioning State of the revision.
      Integer replicas()
      Gets the replicas property: Number of pods currently running for this revision.
      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Template template()
      Gets the template property: Container App Revision Template with all possible settings and the defaults if user did not provide them.
      Integer trafficWeight()
      Gets the trafficWeight property: Traffic weight assigned to this revision.
      String type()
      Gets the type property: The type of the resource.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
        Returns:
        the systemData value.
      • createdTime

        OffsetDateTime createdTime()
        Gets the createdTime property: Timestamp describing when the revision was created by controller.
        Returns:
        the createdTime value.
      • fqdn

        String fqdn()
        Gets the fqdn property: Fully qualified domain name of the revision.
        Returns:
        the fqdn value.
      • template

        Template template()
        Gets the template property: Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time.
        Returns:
        the template value.
      • active

        Boolean active()
        Gets the active property: Boolean describing if the Revision is Active.
        Returns:
        the active value.
      • replicas

        Integer replicas()
        Gets the replicas property: Number of pods currently running for this revision.
        Returns:
        the replicas value.
      • trafficWeight

        Integer trafficWeight()
        Gets the trafficWeight property: Traffic weight assigned to this revision.
        Returns:
        the trafficWeight value.
      • provisioningError

        String provisioningError()
        Gets the provisioningError property: Optional Field - Platform Error Message.
        Returns:
        the provisioningError value.
      • healthState

        RevisionHealthState healthState()
        Gets the healthState property: Current health State of the revision.
        Returns:
        the healthState value.
      • provisioningState

        RevisionProvisioningState provisioningState()
        Gets the provisioningState property: Current provisioning State of the revision.
        Returns:
        the provisioningState value.
      • innerModel

        RevisionInner innerModel()
        Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.RevisionInner object.
        Returns:
        the inner object.