ApplicationGatewayPrivateLinkConfiguration 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.
Private Link Configuration on an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayPrivateLinkConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayPrivateLinkConfiguration = class
inherit SubResource
Public Class ApplicationGatewayPrivateLinkConfiguration
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayPrivateLinkConfiguration() |
Initializes a new instance of the ApplicationGatewayPrivateLinkConfiguration class. |
ApplicationGatewayPrivateLinkConfiguration(String, IList<ApplicationGatewayPrivateLinkIpConfiguration>, String, String, String, String) |
Initializes a new instance of the ApplicationGatewayPrivateLinkConfiguration 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) |
IpConfigurations |
Gets or sets an array of application gateway private link ip configurations. |
Name |
Gets or sets name of the private link configuration that is unique within an Application Gateway. |
ProvisioningState |
Gets the provisioning state of the application gateway private link configuration. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets type of the resource. |
Applies to
Azure SDK for .NET