PortalConfig interface

Interface representing a PortalConfig.

Methods

createOrUpdate(string, string, string, string, PortalConfigContract, PortalConfigCreateOrUpdateOptionalParams)

Create or update the developer portal configuration.

get(string, string, string, PortalConfigGetOptionalParams)

Get the developer portal configuration.

getEntityTag(string, string, string, PortalConfigGetEntityTagOptionalParams)

Gets the entity state (Etag) version of the developer portal configuration.

listByService(string, string, PortalConfigListByServiceOptionalParams)

Lists the developer portal configurations.

update(string, string, string, string, PortalConfigContract, PortalConfigUpdateOptionalParams)

Update the developer portal configuration.

Method Details

createOrUpdate(string, string, string, string, PortalConfigContract, PortalConfigCreateOrUpdateOptionalParams)

Create or update the developer portal configuration.

function createOrUpdate(resourceGroupName: string, serviceName: string, portalConfigId: string, ifMatch: string, parameters: PortalConfigContract, options?: PortalConfigCreateOrUpdateOptionalParams): Promise<PortalConfigContract>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

portalConfigId

string

Portal configuration identifier.

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
PortalConfigContract

Update the developer portal configuration.

options
PortalConfigCreateOrUpdateOptionalParams

The options parameters.

Returns

get(string, string, string, PortalConfigGetOptionalParams)

Get the developer portal configuration.

function get(resourceGroupName: string, serviceName: string, portalConfigId: string, options?: PortalConfigGetOptionalParams): Promise<PortalConfigGetResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

portalConfigId

string

Portal configuration identifier.

options
PortalConfigGetOptionalParams

The options parameters.

Returns

getEntityTag(string, string, string, PortalConfigGetEntityTagOptionalParams)

Gets the entity state (Etag) version of the developer portal configuration.

function getEntityTag(resourceGroupName: string, serviceName: string, portalConfigId: string, options?: PortalConfigGetEntityTagOptionalParams): Promise<PortalConfigGetEntityTagHeaders>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

portalConfigId

string

Portal configuration identifier.

options
PortalConfigGetEntityTagOptionalParams

The options parameters.

Returns

listByService(string, string, PortalConfigListByServiceOptionalParams)

Lists the developer portal configurations.

function listByService(resourceGroupName: string, serviceName: string, options?: PortalConfigListByServiceOptionalParams): Promise<PortalConfigCollection>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

options
PortalConfigListByServiceOptionalParams

The options parameters.

Returns

update(string, string, string, string, PortalConfigContract, PortalConfigUpdateOptionalParams)

Update the developer portal configuration.

function update(resourceGroupName: string, serviceName: string, portalConfigId: string, ifMatch: string, parameters: PortalConfigContract, options?: PortalConfigUpdateOptionalParams): Promise<PortalConfigContract>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

portalConfigId

string

Portal configuration identifier.

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
PortalConfigContract

Update the developer portal configuration.

options
PortalConfigUpdateOptionalParams

The options parameters.

Returns