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.
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>
public class ApplicationGatewayPrivateLinkIPConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData
type ApplicationGatewayPrivateLinkIPConfiguration = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewayPrivateLinkIPConfiguration>
interface IPersistableModel<ApplicationGatewayPrivateLinkIPConfiguration>
type ApplicationGatewayPrivateLinkIPConfiguration = class
inherit NetworkResourceData
Public Class ApplicationGatewayPrivateLinkIPConfiguration
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayPrivateLinkIPConfiguration), IPersistableModel(Of ApplicationGatewayPrivateLinkIPConfiguration)
Public Class ApplicationGatewayPrivateLinkIPConfiguration
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
ApplicationGatewayPrivateLinkIPConfiguration() |
Initializes a new instance of ApplicationGatewayPrivateLinkIPConfiguration. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
IsPrimary |
Whether the ip configuration is primary or not. |
Name |
Resource name. (Inherited from NetworkResourceData) |
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 |
Resource type. (Inherited from NetworkResourceData) |
SubnetId |
Gets or sets Id. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET