Share via


HostingEnvironmentDeploymentInfo Class

Definition

Information needed to create resources on an App Service Environment.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentDeploymentInfoTypeConverter))]
public class HostingEnvironmentDeploymentInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentDeploymentInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostingEnvironmentDeploymentInfoTypeConverter))>]
type HostingEnvironmentDeploymentInfo = class
    interface IHostingEnvironmentDeploymentInfo
    interface IJsonSerializable
Public Class HostingEnvironmentDeploymentInfo
Implements IHostingEnvironmentDeploymentInfo
Inheritance
HostingEnvironmentDeploymentInfo
Attributes
Implements

Constructors

HostingEnvironmentDeploymentInfo()

Creates an new HostingEnvironmentDeploymentInfo instance.

Properties

Location

Location of the App Service Environment.

Name

Name of the App Service Environment.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HostingEnvironmentDeploymentInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HostingEnvironmentDeploymentInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostingEnvironmentDeploymentInfo.

FromJsonString(String)

Creates a new instance of HostingEnvironmentDeploymentInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HostingEnvironmentDeploymentInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to