InboundEnvironmentEndpoint Class

Definition

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

Constructors

InboundEnvironmentEndpoint()

Properties

Description
Endpoint
Port

Methods

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

Applies to