InboundEndpoint.DefinitionStages.WithParentResource Interface

public static interface InboundEndpoint.DefinitionStages.WithParentResource

The stage of the InboundEndpoint definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithIpConfigurations withExistingDnsResolver(String resourceGroupName, String dnsResolverName)

Specifies resourceGroupName, dnsResolverName.

Method Details

withExistingDnsResolver

public abstract InboundEndpoint.DefinitionStages.WithIpConfigurations withExistingDnsResolver(String resourceGroupName, String dnsResolverName)

Specifies resourceGroupName, dnsResolverName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.

Returns:

the next definition stage.

Applies to