Class VirtualApplication
java.lang.Object
com.microsoft.azure.management.appservice.VirtualApplication
Virtual application in an app.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet physical path.Get <code>true</code> if preloading is enabled; otherwise, <code>false</code>.Get virtual directories for virtual application.Get virtual path.withPhysicalPath
(String physicalPath) Set physical path.withPreloadEnabled
(Boolean preloadEnabled) Set <code>true</code> if preloading is enabled; otherwise, <code>false</code>.withVirtualDirectories
(List<VirtualDirectory> virtualDirectories) Set virtual directories for virtual application.withVirtualPath
(String virtualPath) Set virtual path.
-
Constructor Details
-
VirtualApplication
public VirtualApplication()
-
-
Method Details
-
virtualPath
Get virtual path.- Returns:
- the virtualPath value
-
withVirtualPath
Set virtual path.- Parameters:
virtualPath
- the virtualPath value to set- Returns:
- the VirtualApplication object itself.
-
physicalPath
Get physical path.- Returns:
- the physicalPath value
-
withPhysicalPath
Set physical path.- Parameters:
physicalPath
- the physicalPath value to set- Returns:
- the VirtualApplication object itself.
-
preloadEnabled
Get <code>true</code> if preloading is enabled; otherwise, <code>false</code>.- Returns:
- the preloadEnabled value
-
withPreloadEnabled
Set <code>true</code> if preloading is enabled; otherwise, <code>false</code>.- Parameters:
preloadEnabled
- the preloadEnabled value to set- Returns:
- the VirtualApplication object itself.
-
virtualDirectories
Get virtual directories for virtual application.- Returns:
- the virtualDirectories value
-
withVirtualDirectories
Set virtual directories for virtual application.- Parameters:
virtualDirectories
- the virtualDirectories value to set- Returns:
- the VirtualApplication object itself.
-