WebApplication Class
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.
WebApplication in the guest virtual machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.WebApplicationTypeConverter))]
public class WebApplication : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.WebApplicationTypeConverter))>]
type WebApplication = class
interface IWebApplication
interface IJsonSerializable
Public Class WebApplication
Implements IWebApplication
- Inheritance
-
WebApplication
- Attributes
- Implements
Constructors
WebApplication() |
Creates an new WebApplication instance. |
Properties
ApplicationPool |
ApplicationPool of the WebApplication. |
GroupName |
GroupName of the WebApplication. |
Name |
Name of the WebApplication. |
Platform |
Platform of the WebApplication. |
Status |
Status of the WebApplication. |
WebServer |
WebServer of the WebApplication. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WebApplication. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WebApplication. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IWebApplication. |
FromJsonString(String) |
Creates a new instance of WebApplication, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WebApplication into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |