Udostępnij za pośrednictwem


WebApplication Class

Definition

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

Name Description
WebApplication()

Creates an new WebApplication instance.

Properties

Name Description
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

Name Description
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.

Applies to