ApplicationGatewayFrontendIPConfiguration Class

Definition

Frontend IP configuration of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayFrontendIPConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayFrontendIPConfiguration = class
    inherit SubResource
Public Class ApplicationGatewayFrontendIPConfiguration
Inherits SubResource
Inheritance
ApplicationGatewayFrontendIPConfiguration
Attributes

Constructors

ApplicationGatewayFrontendIPConfiguration()

Initializes a new instance of the ApplicationGatewayFrontendIPConfiguration class.

ApplicationGatewayFrontendIPConfiguration(String, String, String, SubResource, SubResource, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayFrontendIPConfiguration 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 frontend IP configuration that is unique within an Application Gateway.

PrivateIPAddress

Gets or sets privateIPAddress of the network interface IP Configuration.

PrivateIPAllocationMethod

Gets or sets the private IP address allocation method. Possible values include: 'Static', 'Dynamic'

PrivateLinkConfiguration

Gets or sets reference to the application gateway private link configuration.

ProvisioningState

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

PublicIPAddress

Gets or sets reference to the PublicIP resource.

Subnet

Gets or sets reference to the subnet resource.

Type

Gets type of the resource.

Applies to