DnsResolverOutboundEndpointData(AzureLocation, ResourceIdentifier) Constructor
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.
Initializes a new instance of DnsResolverOutboundEndpointData.
public DnsResolverOutboundEndpointData(Azure.Core.AzureLocation location, Azure.Core.ResourceIdentifier subnetId);
new Azure.ResourceManager.DnsResolver.DnsResolverOutboundEndpointData : Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DnsResolver.DnsResolverOutboundEndpointData
Public Sub New (location As AzureLocation, subnetId As ResourceIdentifier)
Parameters
- location
- AzureLocation
The geo-location where the resource lives.
- subnetId
- ResourceIdentifier
Resource ID.
Exceptions
subnetId is null.