WebPubSubResource.DefinitionStages.WithResourceLogConfiguration Interface

public static interface WebPubSubResource.DefinitionStages.WithResourceLogConfiguration

The stage of the WebPubSubResource definition allowing to specify resourceLogConfiguration.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withResourceLogConfiguration(ResourceLogConfiguration resourceLogConfiguration)

Specifies the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource..

Method Details

withResourceLogConfiguration

public abstract WebPubSubResource.DefinitionStages.WithCreate withResourceLogConfiguration(ResourceLogConfiguration resourceLogConfiguration)

Specifies the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource..

Parameters:

resourceLogConfiguration - Resource log configuration of a Microsoft.SignalRService resource.

Returns:

the next definition stage.

Applies to