ApplicationGatewayFrontendIPConfigurationInner Class
Definition
Frontend IP configuration of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayFrontendIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
type ApplicationGatewayFrontendIPConfigurationInner = class
inherit SubResource
Public Class ApplicationGatewayFrontendIPConfigurationInner
Inherits SubResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
ApplicationGatewayFrontendIPConfigurationInner() |
Initializes a new instance of the ApplicationGatewayFrontendIPConfigurationInner class. |
ApplicationGatewayFrontendIPConfigurationInner(String, String, String, SubResource, SubResource, String, String, String, String) |
Properties
Etag |
Gets or sets 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 resource that is unique within a resource group. This name can be used to access the resource. |
PrivateIPAddress |
Gets or sets privateIPAddress of the network interface IP Configuration. |
PrivateIPAllocationMethod |
Gets or sets privateIP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic' |
ProvisioningState |
Gets or sets provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
PublicIPAddress |
Gets or sets reference of the PublicIP resource. |
Subnet |
Gets or sets reference of the subnet resource. |
Type |