Share via


AddressResponseProperties Class

Definition

AddressResponse resource specific properties

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

Constructors

AddressResponseProperties()

Creates an new AddressResponseProperties instance.

Properties

InternalIPAddress

Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.

OutboundIPAddress

IP addresses appearing on outbound connections.

ServiceIPAddress

Main public virtual IP.

VipMapping

Additional virtual IPs.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AddressResponseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AddressResponseProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AddressResponseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to