VirtualDirectory Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. VirtualDirectory
- com.
public class VirtualDirectory
Directory for virtual application.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
physicalPath()
Get the physicalPath value. |
String |
virtualPath()
Get the virtualPath value. |
Virtual |
withPhysicalPath(String physicalPath)
Set the physicalPath value. |
Virtual |
withVirtualPath(String virtualPath)
Set the virtualPath value. |
Method Details
physicalPath
public String physicalPath()
Get the physicalPath value.
Returns:
the physicalPath value
virtualPath
public String virtualPath()
Get the virtualPath value.
Returns:
the virtualPath value
withPhysicalPath
public VirtualDirectory withPhysicalPath(String physicalPath)
Set the physicalPath value.
Parameters:
physicalPath
- the physicalPath value to set
Returns:
the VirtualDirectory object itself.
withVirtualPath
public VirtualDirectory withVirtualPath(String virtualPath)
Set the virtualPath value.
Parameters:
virtualPath
- the virtualPath value to set
Returns:
the VirtualDirectory object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java