AddressResponseProperties Class

Definition

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

Properties

InternalIPAddress
OutboundIPAddress
ServiceIPAddress
VipMapping

Methods

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

Applies to