Share via


ApplicationGatewayIPConfigurationInner Class

Definition

IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is allowed.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayIPConfigurationInner = class
    inherit SubResource
Public Class ApplicationGatewayIPConfigurationInner
Inherits SubResource
Inheritance
ApplicationGatewayIPConfigurationInner
Attributes

Constructors

ApplicationGatewayIPConfigurationInner()

Initializes a new instance of the ApplicationGatewayIPConfigurationInner class.

ApplicationGatewayIPConfigurationInner(String, SubResource, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayIPConfigurationInner class.

Properties

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Resource Id

(Inherited from SubResource)
Name

Gets or sets name of the IP configuration that is unique within an Application Gateway.

ProvisioningState

Gets the provisioning state of the application gateway IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Subnet

Gets or sets reference of the subnet resource. A subnet from where application gateway gets its private address.

Type

Gets type of the resource.

Applies to