AddressResponseInner 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.
Describes main public IP address and any extra virtual IPs.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AddressResponseInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AddressResponseInner = class
inherit ProxyOnlyResourceInner
Public Class AddressResponseInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
AddressResponseInner() |
Initializes a new instance of the AddressResponseInner class. |
AddressResponseInner(String, String, String, String, String, String, IList<String>, IList<VirtualIPMapping>) |
Initializes a new instance of the AddressResponseInner class. |
Properties
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
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 ProxyOnlyResourceInner) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
OutboundIpAddresses |
Gets or sets IP addresses appearing on outbound connections. |
ServiceIpAddress |
Gets or sets main public virtual IP. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
VipMappings |
Gets or sets additional virtual IPs. |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET