DnsResolverDomainListsClient Interface

public interface DnsResolverDomainListsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginBulk(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListBulk parameters)

Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.

abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginBulk(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListBulk parameters, String ifMatch, String ifNoneMatch, Context context)

Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.

abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListInner parameters)

Creates or updates a DNS resolver domain list.

abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates a DNS resolver domain list.

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

Deletes a DNS resolver domain list.

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

Deletes a DNS resolver domain list.

abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListPatch parameters)

Updates a DNS resolver domain list.

abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListPatch parameters, String ifMatch, Context context)

Updates a DNS resolver domain list.

abstract DnsResolverDomainListInner bulk(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListBulk parameters)

Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.

abstract DnsResolverDomainListInner bulk(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListBulk parameters, String ifMatch, String ifNoneMatch, Context context)

Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.

abstract DnsResolverDomainListInner createOrUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListInner parameters)

Creates or updates a DNS resolver domain list.

abstract DnsResolverDomainListInner createOrUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates a DNS resolver domain list.

abstract void delete(String resourceGroupName, String dnsResolverDomainListName)

Deletes a DNS resolver domain list.

abstract void delete(String resourceGroupName, String dnsResolverDomainListName, String ifMatch, Context context)

Deletes a DNS resolver domain list.

abstract DnsResolverDomainListInner getByResourceGroup(String resourceGroupName, String dnsResolverDomainListName)

Gets properties of a DNS resolver domain list.

abstract Response<DnsResolverDomainListInner> getByResourceGroupWithResponse(String resourceGroupName, String dnsResolverDomainListName, Context context)

Gets properties of a DNS resolver domain list.

abstract PagedIterable<DnsResolverDomainListInner> list()

Lists DNS resolver domain lists in all resource groups of a subscription.

abstract PagedIterable<DnsResolverDomainListInner> list(Integer top, Context context)

Lists DNS resolver domain lists in all resource groups of a subscription.

abstract PagedIterable<DnsResolverDomainListInner> listByResourceGroup(String resourceGroupName)

Lists DNS resolver domain lists within a resource group.

abstract PagedIterable<DnsResolverDomainListInner> listByResourceGroup(String resourceGroupName, Integer top, Context context)

Lists DNS resolver domain lists within a resource group.

abstract DnsResolverDomainListInner update(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListPatch parameters)

Updates a DNS resolver domain list.

abstract DnsResolverDomainListInner update(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListPatch parameters, String ifMatch, Context context)

Updates a DNS resolver domain list.

Method Details

beginBulk

public abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginBulk(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListBulk parameters)

Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
parameters - Parameters supplied to the bulk domain list operation.

Returns:

the SyncPoller<T,U> for polling of describes a DNS resolver domain list.

beginBulk

public abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginBulk(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListBulk parameters, String ifMatch, String ifNoneMatch, Context context)

Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
parameters - Parameters supplied to the bulk domain list 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 domain list.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListInner parameters)

Creates or updates a DNS resolver domain list.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
parameters - Parameters supplied to the CreateOrUpdate operation.

Returns:

the SyncPoller<T,U> for polling of describes a DNS resolver domain list.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates a DNS resolver domain list.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
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 domain list.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String dnsResolverDomainListName)

Deletes a DNS resolver domain list. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.

Returns:

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

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String dnsResolverDomainListName, String ifMatch, Context context)

Deletes a DNS resolver domain list. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
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<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListPatch parameters)

Updates a DNS resolver domain list.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
parameters - Parameters supplied to the Update operation.

Returns:

the SyncPoller<T,U> for polling of describes a DNS resolver domain list.

beginUpdate

public abstract SyncPoller<PollResult<DnsResolverDomainListInner>,DnsResolverDomainListInner> beginUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListPatch parameters, String ifMatch, Context context)

Updates a DNS resolver domain list.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
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 domain list.

bulk

public abstract DnsResolverDomainListInner bulk(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListBulk parameters)

Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
parameters - Parameters supplied to the bulk domain list operation.

Returns:

describes a DNS resolver domain list.

bulk

public abstract DnsResolverDomainListInner bulk(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListBulk parameters, String ifMatch, String ifNoneMatch, Context context)

Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
parameters - Parameters supplied to the bulk domain list 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 domain list.

createOrUpdate

public abstract DnsResolverDomainListInner createOrUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListInner parameters)

Creates or updates a DNS resolver domain list.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
parameters - Parameters supplied to the CreateOrUpdate operation.

Returns:

describes a DNS resolver domain list.

createOrUpdate

public abstract DnsResolverDomainListInner createOrUpdate(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates a DNS resolver domain list.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
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 domain list.

delete

public abstract void delete(String resourceGroupName, String dnsResolverDomainListName)

Deletes a DNS resolver domain list. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.

delete

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

Deletes a DNS resolver domain list. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
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.

getByResourceGroup

public abstract DnsResolverDomainListInner getByResourceGroup(String resourceGroupName, String dnsResolverDomainListName)

Gets properties of a DNS resolver domain list.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.

Returns:

properties of a DNS resolver domain list.

getByResourceGroupWithResponse

public abstract Response<DnsResolverDomainListInner> getByResourceGroupWithResponse(String resourceGroupName, String dnsResolverDomainListName, Context context)

Gets properties of a DNS resolver domain list.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
context - The context to associate with this operation.

Returns:

properties of a DNS resolver domain list along with Response<T>.

list

public abstract PagedIterable<DnsResolverDomainListInner> list()

Lists DNS resolver domain lists in all resource groups of a subscription.

Returns:

the response to an enumeration operation on DNS resolver domain lists as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<DnsResolverDomainListInner> list(Integer top, Context context)

Lists DNS resolver domain lists in all resource groups of a subscription.

Parameters:

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 domain lists as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<DnsResolverDomainListInner> listByResourceGroup(String resourceGroupName)

Lists DNS resolver domain lists within a resource group.

Parameters:

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

Returns:

the response to an enumeration operation on DNS resolver domain lists as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<DnsResolverDomainListInner> listByResourceGroup(String resourceGroupName, Integer top, Context context)

Lists DNS resolver domain lists within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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 domain lists as paginated response with PagedIterable<T>.

update

public abstract DnsResolverDomainListInner update(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListPatch parameters)

Updates a DNS resolver domain list.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
parameters - Parameters supplied to the Update operation.

Returns:

describes a DNS resolver domain list.

update

public abstract DnsResolverDomainListInner update(String resourceGroupName, String dnsResolverDomainListName, DnsResolverDomainListPatch parameters, String ifMatch, Context context)

Updates a DNS resolver domain list.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverDomainListName - The name of the DNS resolver domain list.
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 domain list.

Applies to