ExchangePolicyErrors Constructors
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.
Overloads
ExchangePolicyErrors() |
Initializes a new instance of the ExchangePolicyErrors class. |
ExchangePolicyErrors(IList<ExchangePolicyError>) |
Initializes a new instance of the ExchangePolicyErrors class. |
ExchangePolicyErrors()
Initializes a new instance of the ExchangePolicyErrors class.
public ExchangePolicyErrors ();
Public Sub New ()
Applies to
ExchangePolicyErrors(IList<ExchangePolicyError>)
Initializes a new instance of the ExchangePolicyErrors class.
public ExchangePolicyErrors (System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ExchangePolicyError> policyErrors = default);
new Microsoft.Azure.Management.Reservations.Models.ExchangePolicyErrors : System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ExchangePolicyError> -> Microsoft.Azure.Management.Reservations.Models.ExchangePolicyErrors
Public Sub New (Optional policyErrors As IList(Of ExchangePolicyError) = Nothing)
Parameters
- policyErrors
- IList<ExchangePolicyError>
Exchange Policy errors
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET