Share via


IVirtualDirectory Interface

Definition

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

Properties

PhysicalPath

Physical path.

VirtualPath

Path to virtual application.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to