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
type ApplicationGatewayIPConfigurationInner = class
inherit SubResource
Public Class ApplicationGatewayIPConfigurationInner
Inherits SubResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
ApplicationGatewayIPConfigurationInner() |
Initializes a new instance of the ApplicationGatewayIPConfigurationInner class. |
ApplicationGatewayIPConfigurationInner(String, 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. |
ProvisioningState |
Gets or sets provisioning state of the application gateway subnet resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
Subnet |
Gets or sets reference of the subnet resource. A subnet from where application gateway gets its private address. |
Type |