ArmDnsResolverModelFactory.InboundEndpointIPConfiguration 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.
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.