Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InboundEndpointsImpl

Package version

Class containing InboundEndpoints operations.

Hierarchy

  • InboundEndpointsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes an inbound endpoint for a DNS resolver. WARNING: This operation cannot be undone.

    Parameters

    • resourceGroupName: string

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

    • dnsResolverName: string

      The name of the DNS resolver.

    • inboundEndpointName: string

      The name of the inbound endpoint for the DNS resolver.

    • Optional options: InboundEndpointsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

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

    Parameters

    • resourceGroupName: string

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

    • dnsResolverName: string

      The name of the DNS resolver.

    • inboundEndpointName: string

      The name of the inbound endpoint for the DNS resolver.

    • Optional options: InboundEndpointsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

list

Generated using TypeDoc