SignalRResource.UpdateStages.WithTls Interface

public static interface SignalRResource.UpdateStages.WithTls

The stage of the SignalRResource update allowing to specify tls.

Method Summary

Modifier and Type Method and Description
abstract Update withTls(SignalRTlsSettings tls)

Specifies the tls property: TLS settings for the resource.

Method Details

withTls

public abstract SignalRResource.Update withTls(SignalRTlsSettings tls)

Specifies the tls property: TLS settings for the resource.

Parameters:

tls - TLS settings for the resource.

Returns:

the next definition stage.

Applies to