WebAppSiteContainerArgs

data class WebAppSiteContainerArgs(val authType: Output<AuthType>? = null, val containerName: Output<String>? = null, val environmentVariables: Output<List<EnvironmentVariableArgs>>? = null, val image: Output<String>? = null, val isMain: Output<Boolean>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val passwordSecret: Output<String>? = null, val resourceGroupName: Output<String>? = null, val startUpCommand: Output<String>? = null, val targetPort: Output<String>? = null, val userManagedIdentityClientId: Output<String>? = null, val userName: Output<String>? = null, val volumeMounts: Output<List<VolumeMountArgs>>? = null) : ConvertibleToJava<WebAppSiteContainerArgs>

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}

Constructors

Link copied to clipboard
constructor(authType: Output<AuthType>? = null, containerName: Output<String>? = null, environmentVariables: Output<List<EnvironmentVariableArgs>>? = null, image: Output<String>? = null, isMain: Output<Boolean>? = null, kind: Output<String>? = null, name: Output<String>? = null, passwordSecret: Output<String>? = null, resourceGroupName: Output<String>? = null, startUpCommand: Output<String>? = null, targetPort: Output<String>? = null, userManagedIdentityClientId: Output<String>? = null, userName: Output<String>? = null, volumeMounts: Output<List<VolumeMountArgs>>? = null)

Properties

Link copied to clipboard
val authType: Output<AuthType>? = null

Auth Type

Link copied to clipboard
val containerName: Output<String>? = null

Site Container Name

Link copied to clipboard

List of environment variables

Link copied to clipboard
val image: Output<String>? = null

Image Name

Link copied to clipboard
val isMain: Output<Boolean>? = null

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

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

Kind of resource.

Link copied to clipboard
val name: Output<String>? = null

Name of the app.

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

Password Secret

Link copied to clipboard
val resourceGroupName: Output<String>? = null

Name of the resource group to which the resource belongs.

Link copied to clipboard
val startUpCommand: Output<String>? = null

StartUp Command

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

Target Port

Link copied to clipboard
val userManagedIdentityClientId: Output<String>? = null

UserManagedIdentity ClientId

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

User Name

Link copied to clipboard
val volumeMounts: Output<List<VolumeMountArgs>>? = null

List of volume mounts

Functions

Link copied to clipboard
open override fun toJava(): WebAppSiteContainerArgs