Listener Class

Specifies the protocol and certificate information for the listener.

protocol: Specifies the protocol of listener. Possible values are: Http, Https. The value is case sensitive.

certificate_thumbprint: Optional. Specifies the certificate thumbprint for the secure connection. If this value is not specified, a self-signed certificate is generated and used for the Virtual Machine.

Inheritance
azure.servicemanagement._common_models.WindowsAzureData
Listener

Constructor

Listener(protocol='', certificate_thumbprint='')

Parameters

protocol
certificate_thumbprint