Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiPortalCustomDomains

Package version

Interface representing a ApiPortalCustomDomains.

Hierarchy

  • ApiPortalCustomDomains

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, apiPortalName: string, domainName: string, options?: ApiPortalCustomDomainsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete the API portal custom domain.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • apiPortalName: string

      The name of API portal.

    • domainName: string

      The name of the API portal custom domain.

    • Optional options: ApiPortalCustomDomainsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete the API portal custom domain.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • apiPortalName: string

      The name of API portal.

    • domainName: string

      The name of the API portal custom domain.

    • Optional options: ApiPortalCustomDomainsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

list

Generated using TypeDoc