VirtualDirectory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VirtualDirectory() |
Initializes a new instance of the VirtualDirectory class. |
VirtualDirectory(String, String) |
Initializes a new instance of the VirtualDirectory class. |
VirtualDirectory()
Initializes a new instance of the VirtualDirectory class.
public VirtualDirectory ();
Public Sub New ()
Applies to
VirtualDirectory(String, String)
Initializes a new instance of the VirtualDirectory class.
public VirtualDirectory (string virtualPath = default, string physicalPath = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.VirtualDirectory : string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.VirtualDirectory
Public Sub New (Optional virtualPath As String = Nothing, Optional physicalPath As String = Nothing)
Parameters
- virtualPath
- String
Path to virtual application.
- physicalPath
- String
Physical path.
Applies to
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 .NET