Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Certificate

Package version

Interface representing a Certificate.

Hierarchy

  • Certificate

Implemented by

Index

Methods

createOrUpdate

delete

  • Deletes specific certificate.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • certificateId: string

      Identifier of the certificate entity. Must be unique in the current API Management service instance.

    • ifMatch: string

      ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.

    • Optional options: CertificateDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets the details of the certificate specified by its identifier.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • certificateId: string

      Identifier of the certificate entity. Must be unique in the current API Management service instance.

    • Optional options: CertificateGetOptionalParams

      The options parameters.

    Returns Promise<CertificateGetResponse>

getEntityTag

listByService

refreshSecret

Generated using TypeDoc