LoggerContract.DefinitionStages.WithServiceName Interface

public static interface LoggerContract.DefinitionStages.WithServiceName

The stage of the loggercontract definition allowing to specify ServiceName.

Method Summary

Modifier and Type Method and Description
abstract WithIfMatch withServiceName(String serviceName)

Specifies serviceName.

Method Details

withServiceName

public abstract LoggerContract.DefinitionStages.WithIfMatch withServiceName(String serviceName)

Specifies serviceName.

Parameters:

serviceName - The name of the API Management service

Returns:

the next definition stage

Applies to