WebSiteInstanceStatus Class

Definition

[Microsoft.Rest.Serialization.JsonTransformation]
public class WebSiteInstanceStatus : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WebSiteInstanceStatus = class
    inherit ProxyOnlyResource
Public Class WebSiteInstanceStatus
Inherits ProxyOnlyResource
Inheritance
WebSiteInstanceStatus
Attributes

Constructors

WebSiteInstanceStatus()

Initializes a new instance of the WebSiteInstanceStatus class.

WebSiteInstanceStatus(String, String, String, String, Nullable<SiteRuntimeState>, String, String, String, String, IDictionary<String,ContainerInfo>)

Initializes a new instance of the WebSiteInstanceStatus class.

Properties

ConsoleUrl

Gets or sets link to the console to web app instance

Containers
DetectorUrl

Gets or sets link to the Diagnose and Solve Portal

HealthCheckUrl

Gets or sets link to the console to web app instance

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
State

Gets or sets possible values include: 'READY', 'STOPPED', 'UNKNOWN'

StatusUrl

Gets or sets link to the GetStatusApi in Kudu

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to