SignalRResource.DefinitionStages.WithUpstream Interface

public static interface SignalRResource.DefinitionStages.WithUpstream

The stage of the SignalRResource definition allowing to specify upstream.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withUpstream(ServerlessUpstreamSettings upstream)

Specifies the upstream property: The settings for the Upstream when the service is in server-less mode..

Method Details

withUpstream

public abstract SignalRResource.DefinitionStages.WithCreate withUpstream(ServerlessUpstreamSettings upstream)

Specifies the upstream property: The settings for the Upstream when the service is in server-less mode..

Parameters:

upstream - The settings for the Upstream when the service is in server-less mode.

Returns:

the next definition stage.

Applies to