Revision Class

Definition

Container App Revision.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Revision : Microsoft.Azure.Management.WebSites.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Revision = class
    inherit Resource
Public Class Revision
Inherits Resource
Inheritance
Revision
Attributes

Constructors

Revision()

Initializes a new instance of the Revision class.

Revision(String, String, String, String, String, IDictionary<String, String>, Nullable<DateTime>, String, Template, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, String, String, String)

Initializes a new instance of the Revision class.

Properties

Active

Gets boolean describing if the Revision is Active

CreatedTime

Gets timestamp describing when the revision was created by controller

Fqdn

Gets fully qualified domain name of the revision

HealthState

Gets current health State of the revision. Possible values include: 'Healthy', 'Unhealthy', 'None'

Id

Gets resource Id.

(Inherited from Resource)
Kind

Gets or sets kind of resource.

(Inherited from Resource)
Location

Gets or sets resource Location.

(Inherited from Resource)
Name

Gets resource Name.

(Inherited from Resource)
ProvisioningError

Gets optional Field - Platform Error Message

ProvisioningState

Gets current provisioning State of the revision. Possible values include: 'Provisioning', 'Provisioned', 'Failed', 'Deprovisioning', 'Deprovisioned'

Replicas

Gets number of pods currently running for this revision

Tags

Gets or sets resource tags.

(Inherited from Resource)
Template

Gets 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

TrafficWeight

Gets traffic weight assigned to this revision

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to