Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Certificates

Package version

Interface representing a Certificates.

Hierarchy

  • Certificates

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, certificateName: string, options?: CertificatesDeleteOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

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

get

  • Get 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: CertificatesGetOptionalParams

      The options parameters.

    Returns Promise<CertificatesGetResponse>

list

  • List all the certificates of one user.

    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.

    • Optional options: CertificatesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<CertificateResource>

Generated using TypeDoc