Share via


IVirtualDirectory Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.VirtualDirectoryTypeConverter))]
public interface IVirtualDirectory : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.VirtualDirectoryTypeConverter))>]
type IVirtualDirectory = interface
    interface IJsonSerializable
Public Interface IVirtualDirectory
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
PhysicalPath

Physical path.

VirtualPath

Path to virtual application.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to