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


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

Определение

Перегрузки

AutomationAccount()

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

AutomationAccount(String, String, String, IDictionary<String, String>, String, Sku, String, String, DateTimeOffset, DateTimeOffset, String, EncryptionProperties, IList<PrivateEndpointConnection>, Nullable<Boolean>, String, Identity)

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

AutomationAccount()

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

public AutomationAccount ();
Public Sub New ()

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

AutomationAccount(String, String, String, IDictionary<String, String>, String, Sku, String, String, DateTimeOffset, DateTimeOffset, String, EncryptionProperties, IList<PrivateEndpointConnection>, Nullable<Boolean>, String, Identity)

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

public AutomationAccount (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.Automation.Models.Sku sku = default, string lastModifiedBy = default, string state = default, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default, string description = default, Microsoft.Azure.Management.Automation.Models.EncryptionProperties encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection> privateEndpointConnections = default, bool? publicNetworkAccess = default, string etag = default, Microsoft.Azure.Management.Automation.Models.Identity identity = default);
new Microsoft.Azure.Management.Automation.Models.AutomationAccount : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Automation.Models.Sku * string * string * DateTimeOffset * DateTimeOffset * string * Microsoft.Azure.Management.Automation.Models.EncryptionProperties * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection> * Nullable<bool> * string * Microsoft.Azure.Management.Automation.Models.Identity -> Microsoft.Azure.Management.Automation.Models.AutomationAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional sku As Sku = Nothing, Optional lastModifiedBy As String = Nothing, Optional state As String = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional description As String = Nothing, Optional encryption As EncryptionProperties = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional publicNetworkAccess As Nullable(Of Boolean) = Nothing, Optional etag As String = Nothing, Optional identity As Identity = Nothing)

Параметры

id
String

Полный идентификатор ресурса для ресурса

name
String

Имя ресурса.

type
String

Тип ресурса.

tags
IDictionary<String,String>

Теги ресурсов.

location
String

Регион Azure, в котором находится ресурс

sku
Sku

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

lastModifiedBy
String

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

state
String

Возвращает состояние учетной записи. Возможные значения: "ОК", "Недоступно", "Приостановлено".

creationTime
DateTimeOffset

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

lastModifiedTime
DateTimeOffset

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

description
String

Возвращает или задает описание.

encryption
EncryptionProperties

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

privateEndpointConnections
IList<PrivateEndpointConnection>

Список операций автоматизации, поддерживаемых поставщиком ресурсов службы автоматизации.

publicNetworkAccess
Nullable<Boolean>

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

etag
String

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

identity
Identity

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