ArmDnsResolverModelFactory.InboundEndpointIPConfiguration Method

Definition

public static Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPConfiguration InboundEndpointIPConfiguration(Azure.Core.ResourceIdentifier subnetId = default, System.Net.IPAddress privateIPAddress = default, Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPAllocationMethod? privateIPAllocationMethod = default);
static member InboundEndpointIPConfiguration : Azure.Core.ResourceIdentifier * System.Net.IPAddress * Nullable<Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPAllocationMethod> -> Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPConfiguration
Public Shared Function InboundEndpointIPConfiguration (Optional subnetId As ResourceIdentifier = Nothing, Optional privateIPAddress As IPAddress = Nothing, Optional privateIPAllocationMethod As Nullable(Of InboundEndpointIPAllocationMethod) = Nothing) As InboundEndpointIPConfiguration

Parameters

subnetId
ResourceIdentifier

Resource ID.

privateIPAddress
IPAddress

Private IP address of the IP configuration.

privateIPAllocationMethod
Nullable<InboundEndpointIPAllocationMethod>

Private IP address allocation method.

Returns

A new InboundEndpointIPConfiguration instance for mocking.

Exceptions

subnetId is null.

Applies to