WebAppSiteContainer

class WebAppSiteContainer : KotlinCustomResource

Container of a site Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2023-12-01. Other available API versions: 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native web [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:web:WebAppSiteContainer myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sitecontainers/{containerName}

Properties

Link copied to clipboard
val authType: Output<String>?

Auth Type

Link copied to clipboard
val azureApiVersion: Output<String>

The Azure API version of the resource.

Link copied to clipboard
val createdTime: Output<String>

Created Time

Link copied to clipboard

List of environment variables

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val image: Output<String>

Image Name

Link copied to clipboard
val isMain: Output<Boolean>

true if the container is the main site container; false otherwise.

Link copied to clipboard
val kind: Output<String>?

Kind of resource.

Link copied to clipboard

Last Modified Time

Link copied to clipboard
val name: Output<String>

Resource Name.

Link copied to clipboard
val passwordSecret: Output<String>?

Password Secret

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startUpCommand: Output<String>?

StartUp Command

Link copied to clipboard
val targetPort: Output<String>?

Target Port

Link copied to clipboard
val type: Output<String>

Resource type.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

UserManagedIdentity ClientId

Link copied to clipboard
val userName: Output<String>?

User Name

Link copied to clipboard

List of volume mounts