ArmAppServiceModelFactory.WebSiteInstanceStatusData Method
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.
Overloads
WebSiteInstanceStatusData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<SiteRuntimeState>, Uri, Uri, Uri, String, IDictionary<String,ContainerInfo>, String, String)
- Source:
- ArmAppServiceModelFactory.cs
Initializes a new instance of WebSiteInstanceStatusData.
public static Azure.ResourceManager.AppService.WebSiteInstanceStatusData WebSiteInstanceStatusData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppService.Models.SiteRuntimeState? state = default, Uri statusUri = default, Uri detectorUri = default, Uri consoleUri = default, string healthCheckUrlString = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.AppService.Models.ContainerInfo> containers = default, string physicalZone = default, string kind = default);
static member WebSiteInstanceStatusData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.AppService.Models.SiteRuntimeState> * Uri * Uri * Uri * string * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.AppService.Models.ContainerInfo> * string * string -> Azure.ResourceManager.AppService.WebSiteInstanceStatusData
Public Shared Function WebSiteInstanceStatusData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional state As Nullable(Of SiteRuntimeState) = Nothing, Optional statusUri As Uri = Nothing, Optional detectorUri As Uri = Nothing, Optional consoleUri As Uri = Nothing, Optional healthCheckUrlString As String = Nothing, Optional containers As IDictionary(Of String, ContainerInfo) = Nothing, Optional physicalZone As String = Nothing, Optional kind As String = Nothing) As WebSiteInstanceStatusData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- state
- Nullable<SiteRuntimeState>
- statusUri
- Uri
Link to the GetStatusApi in Kudu.
- detectorUri
- Uri
Link to the Diagnose and Solve Portal.
- consoleUri
- Uri
Link to the console to web app instance.
- healthCheckUrlString
- String
Link to the console to web app instance.
- containers
- IDictionary<String,ContainerInfo>
Dictionary of <ContainerInfo>.
- physicalZone
- String
The physical zone that the instance is in.
- kind
- String
Kind of resource.
Returns
A new WebSiteInstanceStatusData instance for mocking.
Applies to
WebSiteInstanceStatusData(ResourceIdentifier, String, ResourceType, SystemData, String, Nullable<SiteRuntimeState>, Uri, Uri, Uri, String, IDictionary<String,ContainerInfo>, String)
- Source:
- ArmAppServiceModelFactory.cs
Initializes a new instance of WebSiteInstanceStatusData.
public static Azure.ResourceManager.AppService.WebSiteInstanceStatusData WebSiteInstanceStatusData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string kind = default, Azure.ResourceManager.AppService.Models.SiteRuntimeState? state = default, Uri statusUri = default, Uri detectorUri = default, Uri consoleUri = default, string healthCheckUrlString = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.AppService.Models.ContainerInfo> containers = default, string physicalZone = default);
static member WebSiteInstanceStatusData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ResourceManager.AppService.Models.SiteRuntimeState> * Uri * Uri * Uri * string * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.AppService.Models.ContainerInfo> * string -> Azure.ResourceManager.AppService.WebSiteInstanceStatusData
Public Shared Function WebSiteInstanceStatusData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional kind As String = Nothing, Optional state As Nullable(Of SiteRuntimeState) = Nothing, Optional statusUri As Uri = Nothing, Optional detectorUri As Uri = Nothing, Optional consoleUri As Uri = Nothing, Optional healthCheckUrlString As String = Nothing, Optional containers As IDictionary(Of String, ContainerInfo) = Nothing, Optional physicalZone As String = Nothing) As WebSiteInstanceStatusData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- kind
- String
Kind of resource. Serialized Name: WebSiteInstanceStatus.kind
- state
- Nullable<SiteRuntimeState>
Serialized Name: WebSiteInstanceStatus.properties.state.
- statusUri
- Uri
Link to the GetStatusApi in Kudu Serialized Name: WebSiteInstanceStatus.properties.statusUrl
- detectorUri
- Uri
Link to the Diagnose and Solve Portal Serialized Name: WebSiteInstanceStatus.properties.detectorUrl
- consoleUri
- Uri
Link to the console to web app instance Serialized Name: WebSiteInstanceStatus.properties.consoleUrl
- healthCheckUrlString
- String
Link to the console to web app instance Serialized Name: WebSiteInstanceStatus.properties.healthCheckUrl
- containers
- IDictionary<String,ContainerInfo>
Dictionary of <ContainerInfo> Serialized Name: WebSiteInstanceStatus.properties.containers
- physicalZone
- String
The physical zone that the instance is in Serialized Name: WebSiteInstanceStatus.properties.physicalZone
Returns
A new WebSiteInstanceStatusData instance for mocking.