ApplicationGatewayPrivateLinkIpConfiguration 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
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. |
ApplicationGatewayPrivateLinkIpConfiguration()
Initializes a new instance of the ApplicationGatewayPrivateLinkIpConfiguration class.
public ApplicationGatewayPrivateLinkIpConfiguration ();
Public Sub New ()
Applies to
ApplicationGatewayPrivateLinkIpConfiguration(String, String, String, SubResource, Nullable<Boolean>, String, String, String, String)
Initializes a new instance of the ApplicationGatewayPrivateLinkIpConfiguration class.
public ApplicationGatewayPrivateLinkIpConfiguration (string id = default, string privateIPAddress = default, string privateIPAllocationMethod = default, Microsoft.Azure.Management.Network.Models.SubResource subnet = default, bool? primary = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration : string * string * string * Microsoft.Azure.Management.Network.Models.SubResource * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateLinkIpConfiguration
Public Sub New (Optional id As String = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional subnet As SubResource = Nothing, Optional primary As Nullable(Of Boolean) = 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.
- privateIPAddress
- String
The private IP address of the IP configuration.
- privateIPAllocationMethod
- String
The private IP address allocation method. Possible values include: 'Static', 'Dynamic'
- subnet
- SubResource
Reference to the subnet resource.
- provisioningState
- String
The provisioning state of the application gateway private link IP configuration. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
The name of application gateway private link ip configuration.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
The resource type.
Applies to
Azure SDK for .NET