Поделиться через


AutomationAccountCreateOrUpdateParameters Конструкторы

Определение

Перегрузки

AutomationAccountCreateOrUpdateParameters()

Инициализирует новый экземпляр класса AutomationAccountCreateOrUpdateParameters.

AutomationAccountCreateOrUpdateParameters(Sku, EncryptionProperties, Nullable<Boolean>, String, String, Identity, IDictionary<String,String>)

Инициализирует новый экземпляр класса AutomationAccountCreateOrUpdateParameters.

AutomationAccountCreateOrUpdateParameters()

Инициализирует новый экземпляр класса AutomationAccountCreateOrUpdateParameters.

public AutomationAccountCreateOrUpdateParameters();
Public Sub New ()

Применяется к

AutomationAccountCreateOrUpdateParameters(Sku, EncryptionProperties, Nullable<Boolean>, String, String, Identity, IDictionary<String,String>)

Инициализирует новый экземпляр класса AutomationAccountCreateOrUpdateParameters.

public AutomationAccountCreateOrUpdateParameters(Microsoft.Azure.Management.Automation.Models.Sku sku = default, Microsoft.Azure.Management.Automation.Models.EncryptionProperties encryption = default, bool? publicNetworkAccess = default, string name = default, string location = default, Microsoft.Azure.Management.Automation.Models.Identity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.Sku * Microsoft.Azure.Management.Automation.Models.EncryptionProperties * Nullable<bool> * string * string * Microsoft.Azure.Management.Automation.Models.Identity * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters
Public Sub New (Optional sku As Sku = Nothing, Optional encryption As EncryptionProperties = Nothing, Optional publicNetworkAccess As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional location As String = Nothing, Optional identity As Identity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Параметры

sku
Sku

Возвращает или задает номер SKU учетной записи.

encryption
EncryptionProperties

Задание свойств шифрования для учетной записи службы автоматизации

publicNetworkAccess
Nullable<Boolean>

Указывает, разрешен ли трафик в конечной точке, отличной от ARM (веб-перехватчик или агент), из общедоступного Интернета.

name
String

Возвращает или задает имя ресурса.

location
String

Получает или задает расположение ресурса.

identity
Identity

Задает свойство удостоверения для учетной записи службы автоматизации.

tags
IDictionary<String,String>

Получает или задает теги, вложенные в ресурс.

Применяется к