DnsResolverPolicyVirtualNetworkLinks Interface

public interface DnsResolverPolicyVirtualNetworkLinks

Resource collection API of DnsResolverPolicyVirtualNetworkLinks.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new DnsResolverPolicyVirtualNetworkLink resource.

abstract void delete(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName)

Deletes a DNS resolver policy virtual network link.

abstract void delete(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, String ifMatch, Context context)

Deletes a DNS resolver policy virtual network link.

abstract void deleteById(String id)

Deletes a DNS resolver policy virtual network link.

abstract void deleteByIdWithResponse(String id, String ifMatch, Context context)

Deletes a DNS resolver policy virtual network link.

abstract DnsResolverPolicyVirtualNetworkLink get(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName)

Gets properties of a DNS resolver policy virtual network link.

abstract DnsResolverPolicyVirtualNetworkLink getById(String id)

Gets properties of a DNS resolver policy virtual network link.

abstract Response<DnsResolverPolicyVirtualNetworkLink> getByIdWithResponse(String id, Context context)

Gets properties of a DNS resolver policy virtual network link.

abstract Response<DnsResolverPolicyVirtualNetworkLink> getWithResponse(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, Context context)

Gets properties of a DNS resolver policy virtual network link.

abstract PagedIterable<DnsResolverPolicyVirtualNetworkLink> list(String resourceGroupName, String dnsResolverPolicyName)

Lists DNS resolver policy virtual network links.

abstract PagedIterable<DnsResolverPolicyVirtualNetworkLink> list(String resourceGroupName, String dnsResolverPolicyName, Integer top, Context context)

Lists DNS resolver policy virtual network links.

Method Details

public abstract DnsResolverPolicyVirtualNetworkLink.DefinitionStages.Blank define(String name)

Begins definition for a new DnsResolverPolicyVirtualNetworkLink resource.

Parameters:

name - resource name.

Returns:

the first stage of the new DnsResolverPolicyVirtualNetworkLink definition.

public abstract void delete(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName)

Deletes a DNS resolver policy virtual network link. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverPolicyName - The name of the DNS resolver policy.
dnsResolverPolicyVirtualNetworkLinkName - The name of the DNS resolver policy virtual network link for the DNS resolver policy.

public abstract void delete(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, String ifMatch, Context context)

Deletes a DNS resolver policy virtual network link. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverPolicyName - The name of the DNS resolver policy.
dnsResolverPolicyVirtualNetworkLinkName - The name of the DNS resolver policy virtual network link for the DNS resolver policy.
ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
context - The context to associate with this operation.

public abstract void deleteById(String id)

Deletes a DNS resolver policy virtual network link. WARNING: This operation cannot be undone.

Parameters:

id - the resource ID.

public abstract void deleteByIdWithResponse(String id, String ifMatch, Context context)

Deletes a DNS resolver policy virtual network link. WARNING: This operation cannot be undone.

Parameters:

id - the resource ID.
ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
context - The context to associate with this operation.

public abstract DnsResolverPolicyVirtualNetworkLink get(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName)

Gets properties of a DNS resolver policy virtual network link.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverPolicyName - The name of the DNS resolver policy.
dnsResolverPolicyVirtualNetworkLinkName - The name of the DNS resolver policy virtual network link for the DNS resolver policy.

Returns:

properties of a DNS resolver policy virtual network link.

public abstract DnsResolverPolicyVirtualNetworkLink getById(String id)

Gets properties of a DNS resolver policy virtual network link.

Parameters:

id - the resource ID.

Returns:

properties of a DNS resolver policy virtual network link along with Response<T>.

public abstract Response<DnsResolverPolicyVirtualNetworkLink> getByIdWithResponse(String id, Context context)

Gets properties of a DNS resolver policy virtual network link.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

properties of a DNS resolver policy virtual network link along with Response<T>.

public abstract Response<DnsResolverPolicyVirtualNetworkLink> getWithResponse(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, Context context)

Gets properties of a DNS resolver policy virtual network link.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverPolicyName - The name of the DNS resolver policy.
dnsResolverPolicyVirtualNetworkLinkName - The name of the DNS resolver policy virtual network link for the DNS resolver policy.
context - The context to associate with this operation.

Returns:

properties of a DNS resolver policy virtual network link along with Response<T>.

public abstract PagedIterable<DnsResolverPolicyVirtualNetworkLink> list(String resourceGroupName, String dnsResolverPolicyName)

Lists DNS resolver policy virtual network links.

Parameters:

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

Returns:

the response to an enumeration operation on DNS resolver policy virtual network links as paginated response with PagedIterable<T>.

public abstract PagedIterable<DnsResolverPolicyVirtualNetworkLink> list(String resourceGroupName, String dnsResolverPolicyName, Integer top, Context context)

Lists DNS resolver policy virtual network links.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverPolicyName - The name of the DNS resolver policy.
top - The maximum number of results to return. If not specified, returns up to 100 results.
context - The context to associate with this operation.

Returns:

the response to an enumeration operation on DNS resolver policy virtual network links as paginated response with PagedIterable<T>.

Applies to