HostingEnvironmentProfile Class

Definition

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

Constructors

HostingEnvironmentProfile()

Properties

Id
Name
Type

Methods

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

Applies to