BrokerCardinality(BrokerBackendChain, BrokerFrontend) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of BrokerCardinality.
public BrokerCardinality(Azure.ResourceManager.IotOperations.Models.BrokerBackendChain backendChain, Azure.ResourceManager.IotOperations.Models.BrokerFrontend frontend);
new Azure.ResourceManager.IotOperations.Models.BrokerCardinality : Azure.ResourceManager.IotOperations.Models.BrokerBackendChain * Azure.ResourceManager.IotOperations.Models.BrokerFrontend -> Azure.ResourceManager.IotOperations.Models.BrokerCardinality
Public Sub New (backendChain As BrokerBackendChain, frontend As BrokerFrontend)
Parameters
- backendChain
- BrokerBackendChain
The backend broker desired properties.
- frontend
- BrokerFrontend
The frontend desired properties.
Exceptions
backendChain
or frontend
is null.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.