ContainerApp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET