HostingEnvironmentDeploymentInfo 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.
Information needed to create resources on an App Service Environment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.HostingEnvironmentDeploymentInfoTypeConverter))]
public class HostingEnvironmentDeploymentInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostingEnvironmentDeploymentInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Api20231201.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. |