AddressResponseProperties 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.
AddressResponse resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AddressResponsePropertiesTypeConverter))]
public class AddressResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAddressResponseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Api20231201.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. |