AddressResponse Class

Definition

Describes main public IP address and any extra virtual IPs.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AddressResponse : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AddressResponse = class
    inherit ProxyOnlyResource
Public Class AddressResponse
Inherits ProxyOnlyResource
Inheritance
AddressResponse
Attributes

Constructors

AddressResponse()

Initializes a new instance of the AddressResponse class.

AddressResponse(String, String, String, String, String, String, IList<String>, IList<VirtualIPMapping>)

Initializes a new instance of the AddressResponse class.

Properties

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
InternalIpAddress

Gets or sets virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
OutboundIpAddresses

Gets or sets IP addresses appearing on outbound connections.

ServiceIpAddress

Gets or sets main public virtual IP.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)
VipMappings

Gets or sets additional virtual IPs.

Applies to