Share via


ContainerApp Class

Definition

Container App.

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

Constructors

ContainerApp()

Initializes a new instance of the ContainerApp class.

ContainerApp(String, String, String, String, String, IDictionary<String,String>, String, String, String, String, Configuration, Template)

Initializes a new instance of the ContainerApp class.

Properties

Configuration

Gets or sets non versioned Container App configuration properties.

Id

Gets resource Id.

(Inherited from Resource)
Kind

Gets or sets kind of resource.

(Inherited from Resource)
KubeEnvironmentId

Gets or sets resource ID of the Container App's KubeEnvironment.

LatestRevisionFqdn

Gets fully Qualified Domain Name of the latest revision of the Container App.

LatestRevisionName

Gets name of the latest revision of the Container App.

Location

Gets or sets resource Location.

(Inherited from Resource)
Name

Gets resource Name.

(Inherited from Resource)
ProvisioningState

Gets provisioning state of the Container App. Possible values include: 'InProgress', 'Succeeded', 'Failed', 'Canceled'

Tags

Gets or sets resource tags.

(Inherited from Resource)
Template

Gets or sets container App versioned application definition.

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to