Package version:

Interface Certificates

Interface representing a Certificates.

Hierarchy

  • Certificates

Methods

  • Delete the certificate resource.

    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.

    • certificateName: string

      The name of the certificate resource.

    • Optional options: CertificatesDeleteOptionalParams

      The options parameters.

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

  • Delete the certificate resource.

    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.

    • certificateName: string

      The name of the certificate resource.

    • Optional options: CertificatesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc