Share via


ArmNetworkModelFactory.ApplicationGatewayPrivateLinkIPConfiguration Method

Definition

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

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

resourceType
Nullable<ResourceType>

Resource type.

etag
Nullable<ETag>

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

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.

isPrimary
Nullable<Boolean>

Whether the ip configuration is primary or not.

provisioningState
Nullable<NetworkProvisioningState>

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

Returns

A new ApplicationGatewayPrivateLinkIPConfiguration instance for mocking.

Applies to