OutboundEndpointsClient Interface

public interface OutboundEndpointsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<OutboundEndpointInner>,OutboundEndpointInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointInner parameters)

Creates or updates an outbound endpoint for a DNS resolver.

abstract SyncPoller<PollResult<OutboundEndpointInner>,OutboundEndpointInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates an outbound endpoint for a DNS resolver.

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

Deletes an outbound endpoint for a DNS resolver.

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

Deletes an outbound endpoint for a DNS resolver.

abstract SyncPoller<PollResult<OutboundEndpointInner>,OutboundEndpointInner> beginUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointPatch parameters)

Updates an outbound endpoint for a DNS resolver.

abstract SyncPoller<PollResult<OutboundEndpointInner>,OutboundEndpointInner> beginUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointPatch parameters, String ifMatch, Context context)

Updates an outbound endpoint for a DNS resolver.

abstract OutboundEndpointInner createOrUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointInner parameters)

Creates or updates an outbound endpoint for a DNS resolver.

abstract OutboundEndpointInner createOrUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates an outbound endpoint for a DNS resolver.

abstract void delete(String resourceGroupName, String dnsResolverName, String outboundEndpointName)

Deletes an outbound endpoint for a DNS resolver.

abstract void delete(String resourceGroupName, String dnsResolverName, String outboundEndpointName, String ifMatch, Context context)

Deletes an outbound endpoint for a DNS resolver.

abstract OutboundEndpointInner get(String resourceGroupName, String dnsResolverName, String outboundEndpointName)

Gets properties of an outbound endpoint for a DNS resolver.

abstract Response<OutboundEndpointInner> getWithResponse(String resourceGroupName, String dnsResolverName, String outboundEndpointName, Context context)

Gets properties of an outbound endpoint for a DNS resolver.

abstract PagedIterable<OutboundEndpointInner> list(String resourceGroupName, String dnsResolverName)

Lists outbound endpoints for a DNS resolver.

abstract PagedIterable<OutboundEndpointInner> list(String resourceGroupName, String dnsResolverName, Integer top, Context context)

Lists outbound endpoints for a DNS resolver.

abstract OutboundEndpointInner update(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointPatch parameters)

Updates an outbound endpoint for a DNS resolver.

abstract OutboundEndpointInner update(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointPatch parameters, String ifMatch, Context context)

Updates an outbound endpoint for a DNS resolver.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<OutboundEndpointInner>,OutboundEndpointInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointInner parameters)

Creates or updates an outbound endpoint for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
parameters - Parameters supplied to the CreateOrUpdate operation.

Returns:

the SyncPoller<T,U> for polling of describes an outbound endpoint for a DNS resolver.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<OutboundEndpointInner>,OutboundEndpointInner> beginCreateOrUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates an outbound endpoint for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
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 an outbound endpoint for a DNS resolver.

beginDelete

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

Deletes an outbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.

Returns:

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

beginDelete

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

Deletes an outbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
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<OutboundEndpointInner>,OutboundEndpointInner> beginUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointPatch parameters)

Updates an outbound endpoint for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
parameters - Parameters supplied to the Update operation.

Returns:

the SyncPoller<T,U> for polling of describes an outbound endpoint for a DNS resolver.

beginUpdate

public abstract SyncPoller<PollResult<OutboundEndpointInner>,OutboundEndpointInner> beginUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointPatch parameters, String ifMatch, Context context)

Updates an outbound endpoint for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
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 an outbound endpoint for a DNS resolver.

createOrUpdate

public abstract OutboundEndpointInner createOrUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointInner parameters)

Creates or updates an outbound endpoint for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
parameters - Parameters supplied to the CreateOrUpdate operation.

Returns:

describes an outbound endpoint for a DNS resolver.

createOrUpdate

public abstract OutboundEndpointInner createOrUpdate(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates an outbound endpoint for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
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 an outbound endpoint for a DNS resolver.

delete

public abstract void delete(String resourceGroupName, String dnsResolverName, String outboundEndpointName)

Deletes an outbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.

delete

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

Deletes an outbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
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 OutboundEndpointInner get(String resourceGroupName, String dnsResolverName, String outboundEndpointName)

Gets properties of an outbound endpoint for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.

Returns:

properties of an outbound endpoint for a DNS resolver.

getWithResponse

public abstract Response<OutboundEndpointInner> getWithResponse(String resourceGroupName, String dnsResolverName, String outboundEndpointName, Context context)

Gets properties of an outbound endpoint for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
context - The context to associate with this operation.

Returns:

properties of an outbound endpoint for a DNS resolver along with Response<T>.

list

public abstract PagedIterable<OutboundEndpointInner> list(String resourceGroupName, String dnsResolverName)

Lists outbound endpoints for a DNS resolver.

Parameters:

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

Returns:

the response to an enumeration operation on outbound endpoints for a DNS resolver as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OutboundEndpointInner> list(String resourceGroupName, String dnsResolverName, Integer top, Context context)

Lists outbound endpoints for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
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 outbound endpoints for a DNS resolver as paginated response with PagedIterable<T>.

update

public abstract OutboundEndpointInner update(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointPatch parameters)

Updates an outbound endpoint for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
parameters - Parameters supplied to the Update operation.

Returns:

describes an outbound endpoint for a DNS resolver.

update

public abstract OutboundEndpointInner update(String resourceGroupName, String dnsResolverName, String outboundEndpointName, OutboundEndpointPatch parameters, String ifMatch, Context context)

Updates an outbound endpoint for a DNS resolver.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsResolverName - The name of the DNS resolver.
outboundEndpointName - The name of the outbound endpoint for the DNS resolver.
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 an outbound endpoint for a DNS resolver.

Applies to