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
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type SiteContainerPropertiesModifier and TypeClassDescriptionfinal classSiteContainer resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteContainerPropertiesModifier and TypeMethodDescriptionstatic SiteContainerPropertiesSiteContainerProperties.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.withInheritAppSettingsAndConnectionStrings(Boolean inheritAppSettingsAndConnectionStrings) Set the inheritAppSettingsAndConnectionStrings property: <code>true</code> if all AppSettings and ConnectionStrings have to be passed to the container as environment variables; <code>false</code> otherwise.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.