InboundEndpointIPConfiguration Constructors
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.
Overloads
| Name | Description |
|---|---|
| InboundEndpointIPConfiguration(ResourceIdentifier) |
Initializes a new instance of InboundEndpointIPConfiguration. |
| InboundEndpointIPConfiguration(WritableSubResource) |
Initializes a new instance of the InboundEndpointIPConfiguration class. |
InboundEndpointIPConfiguration(ResourceIdentifier)
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)
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.