Share via


BrokerAuthenticatorMethodCustom(Uri) Constructor

Definition

Initializes a new instance of BrokerAuthenticatorMethodCustom.

public BrokerAuthenticatorMethodCustom(Uri endpoint);
new Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethodCustom : Uri -> Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethodCustom
Public Sub New (endpoint As Uri)

Parameters

endpoint
Uri

Endpoint of the custom authentication server. Must be an HTTPS endpoint.

Exceptions

endpoint is null.

Applies to