Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NamedValueImpl

Package version

Class containing NamedValue operations.

Hierarchy

  • NamedValueImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginRefreshSecret

beginRefreshSecretAndWait

beginUpdate

beginUpdateAndWait

delete

  • delete(resourceGroupName: string, serviceName: string, namedValueId: string, ifMatch: string, options?: NamedValueDeleteOptionalParams): Promise<void>
  • Deletes specific named value from the API Management service instance.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • namedValueId: string

      Identifier of the NamedValue.

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

      The options parameters.

    Returns Promise<void>

get

getEntityTag

listByService

listValue

Generated using TypeDoc