Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DomainsImpl

Package version

Class containing Domains operations.

Hierarchy

  • DomainsImpl

Implements

Index

Constructors

constructor

Methods

beginCancelVerification

beginCancelVerificationAndWait

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, emailServiceName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Operation to delete a Domains resource.

    Parameters

    • resourceGroupName: string

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

    • emailServiceName: string

      The name of the EmailService resource.

    • domainName: string

      The name of the Domains resource.

    • Optional options: DomainsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, emailServiceName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<void>
  • Operation to delete a Domains resource.

    Parameters

    • resourceGroupName: string

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

    • emailServiceName: string

      The name of the EmailService resource.

    • domainName: string

      The name of the Domains resource.

    • Optional options: DomainsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginInitiateVerification

beginInitiateVerificationAndWait

beginUpdate

beginUpdateAndWait

get

  • Get the Domains resource and its properties.

    Parameters

    • resourceGroupName: string

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

    • emailServiceName: string

      The name of the EmailService resource.

    • domainName: string

      The name of the Domains resource.

    • Optional options: DomainsGetOptionalParams

      The options parameters.

    Returns Promise<DomainsGetResponse>

listByEmailServiceResource

Generated using TypeDoc