Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomDomains

Package version

Interface representing a CustomDomains.

Hierarchy

  • CustomDomains

Implemented by

Index

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

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

    • domainResource: CustomDomainResource

      Parameters for the create or update operation

    • Optional options: CustomDomainsUpdateOptionalParams

      The options parameters.

    Returns Promise<CustomDomainsUpdateResponse>

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