Package version:

Interface ConfigurationServices

Interface representing a ConfigurationServices.

Hierarchy

  • ConfigurationServices

Methods

  • Disable the default Application Configuration Service.

    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.

    • configurationServiceName: string

      The name of Application Configuration Service.

    • Optional options: ConfigurationServicesDeleteOptionalParams

      The options parameters.

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

  • Disable the default Application Configuration Service.

    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.

    • configurationServiceName: string

      The name of Application Configuration Service.

    • Optional options: ConfigurationServicesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc