Package version:

Interface CustomDomains

Interface representing a CustomDomains.

Hierarchy

  • CustomDomains

Methods

  • 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>>

  • 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>

  • 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<CustomDomainResource>

Generated using TypeDoc