GetContainerAppResult

data class GetContainerAppResult(val configuration: ConfigurationResponse? = null, val customDomainVerificationId: String, val environmentId: String? = null, val eventStreamEndpoint: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val latestReadyRevisionName: String, val latestRevisionFqdn: String, val latestRevisionName: String, val location: String, val managedEnvironmentId: String? = null, val name: String, val outboundIpAddresses: List<String>, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val template: TemplateResponse? = null, val type: String, val workloadProfileType: String? = null)

Container App.

Constructors

Link copied to clipboard
constructor(configuration: ConfigurationResponse? = null, customDomainVerificationId: String, environmentId: String? = null, eventStreamEndpoint: String, extendedLocation: ExtendedLocationResponse? = null, id: String, identity: ManagedServiceIdentityResponse? = null, latestReadyRevisionName: String, latestRevisionFqdn: String, latestRevisionName: String, location: String, managedEnvironmentId: String? = null, name: String, outboundIpAddresses: List<String>, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, template: TemplateResponse? = null, type: String, workloadProfileType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Non versioned Container App configuration properties.

Link copied to clipboard

Id used to verify domain name ownership

Link copied to clipboard
val environmentId: String? = null

Resource ID of environment.

Link copied to clipboard

The endpoint of the eventstream of the container app.

Link copied to clipboard

The complex type of the extended location.

Link copied to clipboard
val id: String

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

Link copied to clipboard

managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.

Link copied to clipboard

Name of the latest ready revision of the Container App.

Link copied to clipboard

Fully Qualified Domain Name of the latest revision of the Container App.

Link copied to clipboard

Name of the latest revision of the Container App.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Deprecated. Resource ID of the Container App's environment.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Outbound IP Addresses for container app.

Link copied to clipboard

Provisioning state of the Container App.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Container App versioned application definition.

Link copied to clipboard

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

Link copied to clipboard

Workload profile type to pin for container app execution.