Megosztás a következőn keresztül:


ContainerAppRevisionData Class

Definition

A class representing the ContainerAppRevision data model.

public class ContainerAppRevisionData : Azure.ResourceManager.Models.ResourceData
type ContainerAppRevisionData = class
    inherit ResourceData
Public Class ContainerAppRevisionData
Inherits ResourceData
Inheritance
ContainerAppRevisionData

Constructors

ContainerAppRevisionData()

Initializes a new instance of ContainerAppRevisionData.

Properties

Active

Boolean describing if the Revision is Active.

CreatedOn

Timestamp describing when the revision was created by controller

Fqdn

Fully qualified domain name of the revision.

HealthState

Current health State of the revision.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningError

Optional Field - Platform Error Message.

ProvisioningState

Current provisioning State of the revision.

Replicas

Number of pods currently running for this revision.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Template

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

Traffic weight assigned to this revision.

Applies to