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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET