ApplicationGatewayFrontendIPConfigurationInner Class

Definition

Frontend IP configuration of an application gateway.

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

Constructors

ApplicationGatewayFrontendIPConfigurationInner()

Initializes a new instance of the ApplicationGatewayFrontendIPConfigurationInner class.

ApplicationGatewayFrontendIPConfigurationInner(String, String, IPAllocationMethod, SubResource, SubResource, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayFrontendIPConfigurationInner 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 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'

ProvisioningState

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

PublicIPAddress

Gets or sets reference of the PublicIP resource.

Subnet

Gets or sets reference of the subnet resource.

Type

Gets type of the resource.

Applies to