Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteContainerProperties
Packages that use SiteContainerProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SiteContainerProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteContainerPropertiesModifier and TypeMethodDescriptionstatic SiteContainerProperties
SiteContainerProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteContainerProperties from the JsonReader.SiteContainerProperties.withAuthType
(AuthType authType) Set the authType property: Auth Type.SiteContainerProperties.withEnvironmentVariables
(List<EnvironmentVariable> environmentVariables) Set the environmentVariables property: List of environment variables.Set the image property: Image Name.SiteContainerProperties.withIsMain
(boolean isMain) Set the isMain property: <code>true</code> if the container is the main site container; <code>false</code> otherwise.SiteContainerProperties.withPasswordSecret
(String passwordSecret) Set the passwordSecret property: Password Secret.SiteContainerProperties.withStartUpCommand
(String startUpCommand) Set the startUpCommand property: StartUp Command.SiteContainerProperties.withTargetPort
(String targetPort) Set the targetPort property: Target Port.SiteContainerProperties.withUserManagedIdentityClientId
(String userManagedIdentityClientId) Set the userManagedIdentityClientId property: UserManagedIdentity ClientId.SiteContainerProperties.withUsername
(String username) Set the username property: User Name.SiteContainerProperties.withVolumeMounts
(List<VolumeMount> volumeMounts) Set the volumeMounts property: List of volume mounts.