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.
ContainerApp.
public class ContainerApp : Azure.Provisioning.Primitives.ProvisionableResource
public class ContainerApp : Azure.Provisioning.Primitives.Resource
type ContainerApp = class
inherit ProvisionableResource
type ContainerApp = class
inherit Resource
Public Class ContainerApp
Inherits ProvisionableResource
Public Class ContainerApp
Inherits Resource
- Inheritance
- Inheritance
-
Azure.Provisioning.Primitives.ResourceContainerApp
Constructors
| ContainerApp(String, String) |
Creates a new ContainerApp. |
Properties
| BicepIdentifier |
Gets or sets the the Bicep identifier name of the resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores. (Inherited from NamedProvisionableConstruct) |
| Configuration |
Non versioned Container App configuration properties. |
| CustomDomainVerificationId |
Id used to verify domain name ownership. |
| DependsOn |
Declares explicit dependencies on other resources. (Inherited from ProvisionableResource) |
| EnvironmentId |
Resource ID of environment. |
| EventStreamEndpoint |
The endpoint of the eventstream of the container app. |
| ExtendedLocation |
The complex type of the extended location. |
| Id |
Gets the Id. |
| Identity |
managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code. |
| IsExistingResource |
Gets whether this is referencing an existing resource or we're defining a new resource. (Inherited from ProvisionableResource) |
| LatestReadyRevisionName |
Name of the latest ready revision of the Container App. |
| LatestRevisionFqdn |
Fully Qualified Domain Name of the latest revision of the Container App. |
| LatestRevisionName |
Name of the latest revision of the Container App. |
| Location |
Gets or sets the Location. |
| ManagedBy |
The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. |
| ManagedEnvironmentId |
Deprecated. Resource ID of the Container App's environment. |
| Name |
Name of the Container App. |
| OutboundIPAddressList |
Outbound IP Addresses for container app. |
| ProvisioningState |
Provisioning state of the Container App. |
| ResourceType |
Gets the type of the resource. (Inherited from ProvisionableResource) |
| ResourceVersion |
Gets or sets the version of the resource. (Inherited from ProvisionableResource) |
| RunningStatus |
Running status of the Container App. |
| SystemData |
Gets the SystemData. |
| Tags |
Gets or sets the Tags. |
| Template |
Container App versioned application definition. |
| WorkloadProfileName |
Workload profile name to pin for container app execution. |
Methods
Explicit Interface Implementations
| IBicepValue.Assign(IBicepValue) |
Assign a value to this property. (Inherited from ProvisionableConstruct) |
| IBicepValue.Compile() |
Compile this value to a Bicep expression. (Inherited from ProvisionableConstruct) |
| IBicepValue.Expression |
Gets the expression for this value if it's not a literal. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsEmpty |
Gets whether this value is unset or empty. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsOutput |
Tracks whether this is an output only property. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsRequired |
Tracks whether this property is required. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsSecure |
Tracks whether this contains a secure value. (Inherited from ProvisionableConstruct) |
| IBicepValue.Kind |
Gets the kind of this value (a literal value, an expression, or it's unset). (Inherited from ProvisionableConstruct) |
| IBicepValue.LiteralValue |
Get the value of this expression, if it's literal. (Inherited from ProvisionableConstruct) |
| IBicepValue.Self |
Gets information about where this value was defined. (Inherited from ProvisionableConstruct) |
| IBicepValue.SetReadOnly() |
Make this value readonly. (Inherited from ProvisionableConstruct) |
| IBicepValue.Source |
Gets information about where this value was assigned from. (Inherited from ProvisionableConstruct) |