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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java