toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.web.kotlin.outputs
/
VirtualDirectoryResponse
Virtual
Directory
Response
data
class
VirtualDirectoryResponse
(
val
physicalPath
:
String
?
=
null
,
val
virtualPath
:
String
?
=
null
)
Directory for virtual application.
Members
Constructors
Virtual
Directory
Response
Link copied to clipboard
constructor
(
physicalPath
:
String
?
=
null
,
virtualPath
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
physical
Path
Link copied to clipboard
val
physicalPath
:
String
?
=
null
Physical path.
virtual
Path
Link copied to clipboard
val
virtualPath
:
String
?
=
null
Path to virtual application.