ApplicationGatewayPrivateLinkConfiguration Constructors
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.
Overloads
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. |
ApplicationGatewayPrivateLinkConfiguration()
Initializes a new instance of the ApplicationGatewayPrivateLinkConfiguration class.
public ApplicationGatewayPrivateLinkConfiguration ();
Public Sub New ()
Applies to
ApplicationGatewayPrivateLinkConfiguration(String, IList<ApplicationGatewayPrivateLinkIpConfiguration>, String, String, String, String)
Initializes a new instance of the ApplicationGatewayPrivateLinkConfiguration class.
public ApplicationGatewayPrivateLinkConfiguration (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkConfiguration
Public Sub New (Optional id As String = Nothing, Optional ipConfigurations As IList(Of ApplicationGatewayPrivateLinkIpConfiguration) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- ipConfigurations
- IList<ApplicationGatewayPrivateLinkIpConfiguration>
An array of application gateway private link ip configurations.
- provisioningState
- String
The provisioning state of the application gateway private link configuration. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of the private link configuration that is unique within an Application Gateway.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Type of the resource.