ApplicationGatewayIPConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayIPConfiguration = class
inherit SubResource
Public Class ApplicationGatewayIPConfiguration
Inherits SubResource
- Inheritance
- 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
Azure SDK for .NET