InboundEndpointIPConfiguration(WritableSubResource) Constructor

Definition

Initializes a new instance of InboundEndpointIPConfiguration.

public InboundEndpointIPConfiguration (Azure.ResourceManager.Resources.Models.WritableSubResource subnet);
new Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPConfiguration : Azure.ResourceManager.Resources.Models.WritableSubResource -> Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPConfiguration
Public Sub New (subnet As WritableSubResource)

Parameters

subnet
WritableSubResource

The reference to the subnet bound to the IP configuration.

Exceptions

subnet is null.

Applies to