Class VirtualDirectory
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.VirtualDirectory
-
public final class VirtualDirectory extends Object
Directory for virtual application.
-
-
Constructor Summary
Constructors Constructor Description VirtualDirectory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringphysicalPath()Get the physicalPath property: Physical path.voidvalidate()Validates the instance.StringvirtualPath()Get the virtualPath property: Path to virtual application.VirtualDirectorywithPhysicalPath(String physicalPath)Set the physicalPath property: Physical path.VirtualDirectorywithVirtualPath(String virtualPath)Set the virtualPath property: Path to virtual application.
-
-
-
Method Detail
-
virtualPath
public String virtualPath()
Get the virtualPath property: Path to virtual application.- Returns:
- the virtualPath value.
-
withVirtualPath
public VirtualDirectory withVirtualPath(String virtualPath)
Set the virtualPath property: Path to virtual application.- Parameters:
virtualPath- the virtualPath value to set.- Returns:
- the VirtualDirectory object itself.
-
physicalPath
public String physicalPath()
Get the physicalPath property: Physical path.- Returns:
- the physicalPath value.
-
withPhysicalPath
public VirtualDirectory withPhysicalPath(String physicalPath)
Set the physicalPath property: Physical path.- Parameters:
physicalPath- the physicalPath value to set.- Returns:
- the VirtualDirectory object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-