ApplicationGatewayPrivateLinkIpConfiguration 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.
The application gateway private link ip configuration.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayPrivateLinkIpConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayPrivateLinkIpConfiguration = class
inherit SubResource
Public Class ApplicationGatewayPrivateLinkIpConfiguration
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayPrivateLinkIpConfiguration() |
Initializes a new instance of the ApplicationGatewayPrivateLinkIpConfiguration class. |
ApplicationGatewayPrivateLinkIpConfiguration(String, String, String, SubResource, Nullable<Boolean>, String, String, String, String) |
Initializes a new instance of the ApplicationGatewayPrivateLinkIpConfiguration 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 the name of application gateway private link ip configuration. |
Primary |
Gets or sets whether the ip configuration is primary or not. |
PrivateIPAddress |
Gets or sets the private IP address of the IP configuration. |
PrivateIPAllocationMethod |
Gets or sets the private IP address allocation method. Possible values include: 'Static', 'Dynamic' |
ProvisioningState |
Gets the provisioning state of the application gateway private link IP configuration. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Subnet |
Gets or sets reference to the subnet resource. |
Type |
Gets the resource type. |
Applies to
Azure SDK for .NET