Web App Site Container Args
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}
Content copied to clipboard
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
Site Container Name
Link copied to clipboard
List of environment variables
Link copied to clipboard
Password Secret
Link copied to clipboard
Name of the resource group to which the resource belongs.
Link copied to clipboard
StartUp Command
Link copied to clipboard
Target Port
Link copied to clipboard
UserManagedIdentity ClientId
Link copied to clipboard
List of volume mounts