ArmNetworkModelFactory.ApplicationGatewayPrivateLinkIPConfiguration Method

Definition

public static Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkIPConfiguration ApplicationGatewayPrivateLinkIPConfiguration(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, string privateIPAddress = default, Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod? privateIPAllocationMethod = default, bool? primary = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier subnetId = default, Azure.ETag? eTag = default);
static member ApplicationGatewayPrivateLinkIPConfiguration : Azure.Core.ResourceIdentifier * string * string * string * Nullable<Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod> * Nullable<bool> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Azure.Core.ResourceIdentifier * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkIPConfiguration
Public Shared Function ApplicationGatewayPrivateLinkIPConfiguration (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As Nullable(Of NetworkIPAllocationMethod) = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As ApplicationGatewayPrivateLinkIPConfiguration

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Name of the resource.

type
String

Resource type.

privateIPAddress
String

The private IP address of the IP configuration.

privateIPAllocationMethod
Nullable<NetworkIPAllocationMethod>

The private IP address allocation method.

primary
Nullable<Boolean>

Whether the ip configuration is primary or not.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the application gateway private link IP configuration.

subnetId
ResourceIdentifier

Resource ID.

eTag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

Returns

A new ApplicationGatewayPrivateLinkIPConfiguration instance for mocking.

Applies to