Package version:

Interface ServerTrustCertificates

Interface representing a ServerTrustCertificates.

Hierarchy

  • ServerTrustCertificates

Methods

  • Deletes a server trust certificate that was uploaded from box to Sql Managed Instance.

    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.

    • managedInstanceName: string

      The name of the managed instance.

    • certificateName: string

      Name of of the certificate to delete.

    • Optional options: ServerTrustCertificatesDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes a server trust certificate that was uploaded from box to Sql Managed Instance.

    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.

    • managedInstanceName: string

      The name of the managed instance.

    • certificateName: string

      Name of of the certificate to delete.

    • Optional options: ServerTrustCertificatesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc