IContainerApp Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppTypeConverter))]
public interface IContainerApp : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppTypeConverter))>]
type IContainerApp = interface
interface IJsonSerializable
interface ITrackedResource
interface IResource
Public Interface IContainerApp
Implements ITrackedResource
- Derived
- Attributes
- Implements
Properties
Configuration |
Non versioned Container App configuration properties. |
CustomDomainVerificationId |
Id used to verify domain name ownership |
EnvironmentId |
Resource ID of environment. |
EventStreamEndpoint |
The endpoint of the eventstream of the container app. |
ExtendedLocationName |
The name of the extended location. |
ExtendedLocationType |
The type of the extended location. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
IdentityPrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
IdentityTenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
IdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
IdentityUserAssignedIdentity |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. |
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 |
The geo-location where the resource lives (Inherited from ITrackedResource) |
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 |
The name of the resource (Inherited from IResource) |
OutboundIPAddress |
Outbound IP Addresses for container app. |
ProvisioningState |
Provisioning state of the Container App. |
ScaleMaxReplica |
Optional. Maximum number of container replicas. Defaults to 10 if not set. |
ScaleMinReplica |
Optional. Minimum number of container replicas. |
ScaleRule |
Scaling rules. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
Tag |
Resource tags. (Inherited from ITrackedResource) |
TemplateContainer |
List of container definitions for the Container App. |
TemplateInitContainer |
List of specialized containers that run before app containers. |
TemplateRevisionSuffix |
User friendly suffix that is appended to the revision name |
TemplateServiceBind |
List of container app services bound to the app |
TemplateTerminationGracePeriodSecond |
Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. |
TemplateVolume |
List of volume definitions for the Container App. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
WorkloadProfileName |
Workload profile name to pin for container app execution. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |