Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomDomainsImpl

Package version

Class containing CustomDomains operations.

Hierarchy

  • CustomDomainsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, appName: string, domainName: string, options?: CustomDomainsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete the custom domain of one lifecycle application.

    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.

    • appName: string

      The name of the App resource.

    • domainName: string

      The name of the custom domain resource.

    • Optional options: CustomDomainsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, serviceName: string, appName: string, domainName: string, options?: CustomDomainsDeleteOptionalParams): Promise<void>
  • Delete the custom domain of one lifecycle application.

    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.

    • appName: string

      The name of the App resource.

    • domainName: string

      The name of the custom domain resource.

    • Optional options: CustomDomainsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

  • Get the custom domain of one lifecycle application.

    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.

    • appName: string

      The name of the App resource.

    • domainName: string

      The name of the custom domain resource.

    • Optional options: CustomDomainsGetOptionalParams

      The options parameters.

    Returns Promise<CustomDomainsGetResponse>

list

  • List the custom domains of one lifecycle application.

    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.

    • appName: string

      The name of the App resource.

    • Optional options: CustomDomainsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<CustomDomainResource>

Generated using TypeDoc