InboundEndpointIPConfiguration Constructors

Definition

Overloads

InboundEndpointIPConfiguration(ResourceIdentifier)

Source:
InboundEndpointIPConfiguration.cs

Initializes a new instance of InboundEndpointIPConfiguration.

public InboundEndpointIPConfiguration(Azure.Core.ResourceIdentifier subnetId);
new Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPConfiguration : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPConfiguration
Public Sub New (subnetId As ResourceIdentifier)

Parameters

subnetId
ResourceIdentifier

Resource ID.

Exceptions

subnetId is null.

Applies to

InboundEndpointIPConfiguration(WritableSubResource)

Source:
InboundEndpointIPConfiguration.cs
Source:
InboundEndpointIPConfiguration.cs

Initializes a new instance of the InboundEndpointIPConfiguration class.

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 subnet associated with the inbound endpoint IP configuration.

Exceptions

subnet is null.

Applies to