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.
Compatibility declaration for the ApplicationGatewayPrivateLinkIPConfiguration type.
public class ApplicationGatewayPrivateLinkIPConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkIPConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkIPConfiguration>
type ApplicationGatewayPrivateLinkIPConfiguration = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewayPrivateLinkIPConfiguration>
interface IPersistableModel<ApplicationGatewayPrivateLinkIPConfiguration>
Public Class ApplicationGatewayPrivateLinkIPConfiguration
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayPrivateLinkIPConfiguration), IPersistableModel(Of ApplicationGatewayPrivateLinkIPConfiguration)
- Inheritance
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayPrivateLinkIPConfiguration() |
Initializes a new instance of ApplicationGatewayPrivateLinkIPConfiguration. |
Properties
| Name | Description |
|---|---|
| ETag |
A unique read-only string that changes whenever the resource is updated. |
| Id |
Resource ID. (Inherited from NetworkResourceData) |
| IsPrimary |
Compatibility member. |
| Name |
Name of the resource. (Inherited from NetworkResourceData) |
| Primary |
Whether the ip configuration is primary or not. |
| PrivateIPAddress |
The private IP address of the IP configuration. |
| PrivateIPAllocationMethod |
The private IP address allocation method. |
| ProvisioningState |
The provisioning state of the application gateway private link IP configuration. |
| ResourceType |
Compatibility member. (Inherited from NetworkResourceData) |
| SubnetId |
Resource ID. |
| Type |
Resource type. (Inherited from NetworkResourceData) |