Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NamedValue

Package version

Interface representing a NamedValue.

Hierarchy

  • NamedValue

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginRefreshSecret

beginRefreshSecretAndWait

beginUpdate

beginUpdateAndWait

  • Updates the specific named value.

    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.

    • parameters: NamedValueUpdateParameters

      Update parameters.

    • Optional options: NamedValueUpdateOptionalParams

      The options parameters.

    Returns Promise<NamedValueUpdateResponse>

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