DnsSecurityRule.DefinitionStages.WithParentResource Interface

public static interface DnsSecurityRule.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithPriority withExistingDnsResolverPolicy(String resourceGroupName, String dnsResolverPolicyName)

Specifies resourceGroupName, dnsResolverPolicyName.

Method Details

withExistingDnsResolverPolicy

public abstract DnsSecurityRule.DefinitionStages.WithPriority withExistingDnsResolverPolicy(String resourceGroupName, String dnsResolverPolicyName)

Specifies resourceGroupName, dnsResolverPolicyName.

Parameters:

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

Returns:

the next definition stage.

Applies to