AddressResponse Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressResponseTypeConverter))]
public class AddressResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddressResponse, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressResponseTypeConverter))>]
type AddressResponse = class
    interface IAddressResponse
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class AddressResponse
Implements IAddressResponse, IValidates
Inheritance
AddressResponse
Attributes
Implements

Constructors

AddressResponse()

Properties

Id
InternalIPAddress
Kind
Name
OutboundIPAddress
ServiceIPAddress
Type
VipMapping

Methods

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

Applies to