VirtualDirectory Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.VirtualDirectory

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.

VirtualDirectory withPhysicalPath(String physicalPath)

Set the physicalPath value.

VirtualDirectory 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