EndpointAccessProfile Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
EndpointAccessProfile() |
Инициализирует новый экземпляр класса EndpointAccessProfile. |
EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>) |
Инициализирует новый экземпляр класса EndpointAccessProfile. |
EndpointAccessProfile()
Инициализирует новый экземпляр класса EndpointAccessProfile.
public EndpointAccessProfile ();
Public Sub New ()
Применяется к
EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>)
Инициализирует новый экземпляр класса EndpointAccessProfile.
public EndpointAccessProfile (Microsoft.Azure.Management.Batch.Models.EndpointAccessDefaultAction defaultAction, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.IPRule> ipRules = default);
new Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile : Microsoft.Azure.Management.Batch.Models.EndpointAccessDefaultAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.IPRule> -> Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile
Public Sub New (defaultAction As EndpointAccessDefaultAction, Optional ipRules As IList(Of IPRule) = Nothing)
Параметры
- defaultAction
- EndpointAccessDefaultAction
Действие по умолчанию при отсутствии сопоставления IPRule.
Применяется к
Azure SDK for .NET