DnsResolverPolicyVirtualNetworkLinksClient Interface

public interface DnsResolverPolicyVirtualNetworkLinksClient

An instance of this class provides access to all the operations defined in DnsResolverPolicyVirtualNetworkLinksClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<DnsResolverPolicyVirtualNetworkLinkInner>,DnsResolverPolicyVirtualNetworkLinkInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkInner parameters)

Creates or updates a DNS resolver policy virtual network link.

abstract SyncPoller<PollResult<DnsResolverPolicyVirtualNetworkLinkInner>,DnsResolverPolicyVirtualNetworkLinkInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates a DNS resolver policy virtual network link.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName)

Deletes a DNS resolver policy virtual network link.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, String ifMatch, Context context)

Deletes a DNS resolver policy virtual network link.

abstract SyncPoller<PollResult<DnsResolverPolicyVirtualNetworkLinkInner>,DnsResolverPolicyVirtualNetworkLinkInner> beginUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkPatch parameters)

Updates a DNS resolver policy virtual network link.

abstract SyncPoller<PollResult<DnsResolverPolicyVirtualNetworkLinkInner>,DnsResolverPolicyVirtualNetworkLinkInner> beginUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkPatch parameters, String ifMatch, Context context)

Updates a DNS resolver policy virtual network link.

abstract DnsResolverPolicyVirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkInner parameters)

Creates or updates a DNS resolver policy virtual network link.

abstract DnsResolverPolicyVirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates a DNS resolver policy virtual network link.

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 DnsResolverPolicyVirtualNetworkLinkInner get(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName)

Gets properties of a DNS resolver policy virtual network link.

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

Gets properties of a DNS resolver policy virtual network link.

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

Lists DNS resolver policy virtual network links.

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

Lists DNS resolver policy virtual network links.

abstract DnsResolverPolicyVirtualNetworkLinkInner update(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkPatch parameters)

Updates a DNS resolver policy virtual network link.

abstract DnsResolverPolicyVirtualNetworkLinkInner update(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkPatch parameters, String ifMatch, Context context)

Updates a DNS resolver policy virtual network link.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<DnsResolverPolicyVirtualNetworkLinkInner>,DnsResolverPolicyVirtualNetworkLinkInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkInner parameters)

Creates or updates 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.
parameters - Parameters supplied to the CreateOrUpdate operation.

Returns:

the SyncPoller<T,U> for polling of describes a DNS resolver policy virtual network link.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<DnsResolverPolicyVirtualNetworkLinkInner>,DnsResolverPolicyVirtualNetworkLinkInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates 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.
parameters - Parameters supplied to the CreateOrUpdate operation.
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.
ifNoneMatch - Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of describes a DNS resolver policy virtual network link.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(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.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(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.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginUpdate

public abstract SyncPoller<PollResult<DnsResolverPolicyVirtualNetworkLinkInner>,DnsResolverPolicyVirtualNetworkLinkInner> beginUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkPatch parameters)

Updates 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.
parameters - Parameters supplied to the Update operation.

Returns:

the SyncPoller<T,U> for polling of describes a DNS resolver policy virtual network link.

beginUpdate

public abstract SyncPoller<PollResult<DnsResolverPolicyVirtualNetworkLinkInner>,DnsResolverPolicyVirtualNetworkLinkInner> beginUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkPatch parameters, String ifMatch, Context context)

Updates 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.
parameters - Parameters supplied to the Update operation.
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.

Returns:

the SyncPoller<T,U> for polling of describes a DNS resolver policy virtual network link.

createOrUpdate

public abstract DnsResolverPolicyVirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkInner parameters)

Creates or updates 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.
parameters - Parameters supplied to the CreateOrUpdate operation.

Returns:

describes a DNS resolver policy virtual network link.

createOrUpdate

public abstract DnsResolverPolicyVirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates 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.
parameters - Parameters supplied to the CreateOrUpdate operation.
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.
ifNoneMatch - Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored.
context - The context to associate with this operation.

Returns:

describes a DNS resolver policy virtual network link.

delete

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.

delete

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.

get

public abstract DnsResolverPolicyVirtualNetworkLinkInner 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.

getWithResponse

public abstract Response<DnsResolverPolicyVirtualNetworkLinkInner> 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>.

list

public abstract PagedIterable<DnsResolverPolicyVirtualNetworkLinkInner> 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 of a DnsResolverPolicyVirtualNetworkLink list operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<DnsResolverPolicyVirtualNetworkLinkInner> 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 of a DnsResolverPolicyVirtualNetworkLink list operation as paginated response with PagedIterable<T>.

update

public abstract DnsResolverPolicyVirtualNetworkLinkInner update(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkPatch parameters)

Updates 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.
parameters - Parameters supplied to the Update operation.

Returns:

describes a DNS resolver policy virtual network link.

update

public abstract DnsResolverPolicyVirtualNetworkLinkInner update(String resourceGroupName, String dnsResolverPolicyName, String dnsResolverPolicyVirtualNetworkLinkName, DnsResolverPolicyVirtualNetworkLinkPatch parameters, String ifMatch, Context context)

Updates 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.
parameters - Parameters supplied to the Update operation.
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.

Returns:

describes a DNS resolver policy virtual network link.

Applies to