ArmNetworkModelFactory.ApplicationGatewayPrivateLinkIPConfiguration Method
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.
Initializes a new instance of ApplicationGatewayPrivateLinkIPConfiguration.
public static Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkIPConfiguration ApplicationGatewayPrivateLinkIPConfiguration (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ETag? etag = default, string privateIPAddress = default, Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod? privateIPAllocationMethod = default, Azure.Core.ResourceIdentifier subnetId = default, bool? isPrimary = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member ApplicationGatewayPrivateLinkIPConfiguration : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.ETag> * string * Nullable<Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod> * Azure.Core.ResourceIdentifier * Nullable<bool> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkIPConfiguration
Public Shared Function ApplicationGatewayPrivateLinkIPConfiguration (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As Nullable(Of NetworkIPAllocationMethod) = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional isPrimary As Nullable(Of Boolean) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As ApplicationGatewayPrivateLinkIPConfiguration
Parameters
Resource ID.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
- privateIPAddress
- String
The private IP address of the IP configuration.
- privateIPAllocationMethod
- Nullable<NetworkIPAllocationMethod>
The private IP address allocation method.
- subnetId
- ResourceIdentifier
Reference to the subnet resource.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the application gateway private link IP configuration.
Returns
A new ApplicationGatewayPrivateLinkIPConfiguration instance for mocking.
Applies to
Azure SDK for .NET