public final class VirtualDirectory extends Object
| Constructor and Description |
|---|
VirtualDirectory() |
| Modifier and Type | Method and Description |
|---|---|
String |
physicalPath()
Get the physicalPath property: Physical path.
|
void |
validate()
Validates the instance.
|
String |
virtualPath()
Get the virtualPath property: Path to virtual application.
|
VirtualDirectory |
withPhysicalPath(String physicalPath)
Set the physicalPath property: Physical path.
|
VirtualDirectory |
withVirtualPath(String virtualPath)
Set the virtualPath property: Path to virtual application.
|
public String virtualPath()
public VirtualDirectory withVirtualPath(String virtualPath)
virtualPath - the virtualPath value to set.public String physicalPath()
public VirtualDirectory withPhysicalPath(String physicalPath)
physicalPath - the physicalPath value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.