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

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

    • 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.
    • lastActiveTime

      OffsetDateTime lastActiveTime()
      Gets the lastActiveTime property: Timestamp describing when the revision was last active. Only meaningful when revision is inactive.
      Returns:
      the lastActiveTime 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.