WebPubSubResource.DefinitionStages.WithTls Interface

public static interface WebPubSubResource.DefinitionStages.WithTls

The stage of the WebPubSubResource definition allowing to specify tls.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTls(WebPubSubTlsSettings tls)

Specifies the tls property: TLS settings for the resource.

Method Details

withTls

public abstract WebPubSubResource.DefinitionStages.WithCreate withTls(WebPubSubTlsSettings tls)

Specifies the tls property: TLS settings for the resource.

Parameters:

tls - TLS settings for the resource.

Returns:

the next definition stage.

Applies to