SignalRResource.UpdateStages.WithResourceLogConfiguration Interface

public static interface SignalRResource.UpdateStages.WithResourceLogConfiguration

The stage of the SignalRResource update allowing to specify resourceLogConfiguration.

Method Summary

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

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

Method Details

withResourceLogConfiguration

public abstract SignalRResource.Update 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