Compartir a través de


HostingEnvironmentDeploymentInfo Class

Definition

[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()

Properties

Location
Name

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to