InboundEndpoints Interface

public interface InboundEndpoints

Resource collection API of InboundEndpoints.

Method Summary

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

Begins definition for a new InboundEndpoint resource.

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

Deletes an inbound endpoint for a DNS resolver.

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

Deletes an inbound endpoint for a DNS resolver.

abstract void deleteById(String id)

Deletes an inbound endpoint for a DNS resolver.

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

Deletes an inbound endpoint for a DNS resolver.

abstract InboundEndpoint get(String resourceGroupName, String dnsResolverName, String inboundEndpointName)

Gets properties of an inbound endpoint for a DNS resolver.

abstract InboundEndpoint getById(String id)

Gets properties of an inbound endpoint for a DNS resolver.

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

Gets properties of an inbound endpoint for a DNS resolver.

abstract Response<InboundEndpoint> getWithResponse(String resourceGroupName, String dnsResolverName, String inboundEndpointName, Context context)

Gets properties of an inbound endpoint for a DNS resolver.

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

Lists inbound endpoints for a DNS resolver.

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

Lists inbound endpoints for a DNS resolver.

Method Details

define

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

Begins definition for a new InboundEndpoint resource.

Parameters:

name - resource name.

Returns:

the first stage of the new InboundEndpoint definition.

delete

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

Deletes an inbound 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.
inboundEndpointName - The name of the inbound endpoint for the DNS resolver.

delete

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

Deletes an inbound 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.
inboundEndpointName - The name of the inbound 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.

deleteById

public abstract void deleteById(String id)

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

Parameters:

id - the resource ID.

deleteByIdWithResponse

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

Deletes an inbound endpoint for a DNS resolver. 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.

get

public abstract InboundEndpoint get(String resourceGroupName, String dnsResolverName, String inboundEndpointName)

Gets properties of an inbound 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.
inboundEndpointName - The name of the inbound endpoint for the DNS resolver.

Returns:

properties of an inbound endpoint for a DNS resolver.

getById

public abstract InboundEndpoint getById(String id)

Gets properties of an inbound endpoint for a DNS resolver.

Parameters:

id - the resource ID.

Returns:

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

getByIdWithResponse

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

Gets properties of an inbound endpoint for a DNS resolver.

Parameters:

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

Returns:

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

getWithResponse

public abstract Response<InboundEndpoint> getWithResponse(String resourceGroupName, String dnsResolverName, String inboundEndpointName, Context context)

Gets properties of an inbound 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.
inboundEndpointName - The name of the inbound endpoint for the DNS resolver.
context - The context to associate with this operation.

Returns:

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

list

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

Lists inbound 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 inbound endpoints for a DNS resolver as paginated response with PagedIterable<T>.

list

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

Lists inbound 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 inbound endpoints for a DNS resolver as paginated response with PagedIterable<T>.

Applies to