Share via


ApplicationGatewayIPConfiguration Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayIPConfiguration = class
    inherit SubResource
Public Class ApplicationGatewayIPConfiguration
Inherits SubResource
Inheritance
ApplicationGatewayIPConfiguration
Attributes

Constructors

ApplicationGatewayIPConfiguration()

Initializes a new instance of the ApplicationGatewayIPConfiguration class.

ApplicationGatewayIPConfiguration(String, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayIPConfiguration class.

Properties

Etag

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

Id

Gets or sets 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 to the subnet resource. A subnet from where application gateway gets its private address.

Type

Gets type of the resource.

Applies to