VirtualDirectory Class
Directory for virtual application.
- Inheritance
-
azure.mgmt.web._serialization.ModelVirtualDirectory
Constructor
VirtualDirectory(*, virtual_path: str | None = None, physical_path: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
virtual_path
|
Path to virtual application. |
physical_path
|
Physical path. |
Variables
Name | Description |
---|---|
virtual_path
|
Path to virtual application. |
physical_path
|
Physical path. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python