DnsResolverOutboundEndpointData(AzureLocation, ResourceIdentifier) Constructor

Definition

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.

Applies to