Share via


AutomationAccount Constructors

Definition

Overloads

AutomationAccount()

Initializes a new instance of the AutomationAccount class.

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

Initializes a new instance of the AutomationAccount class.

AutomationAccount()

Initializes a new instance of the AutomationAccount class.

public AutomationAccount ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AutomationAccount class.

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)

Parameters

id
String

Fully qualified resource Id for the resource

name
String

The name of the resource

type
String

The type of the resource.

tags
IDictionary<String,String>

Resource tags.

location
String

The Azure Region where the resource lives

sku
Sku

Gets or sets the SKU of account.

lastModifiedBy
String

Gets or sets the last modified by.

state
String

Gets status of account. Possible values include: 'Ok', 'Unavailable', 'Suspended'

creationTime
DateTimeOffset

Gets the creation time.

lastModifiedTime
DateTimeOffset

Gets the last modified time.

description
String

Gets or sets the description.

encryption
EncryptionProperties

Encryption properties for the automation account

privateEndpointConnections
IList<PrivateEndpointConnection>

List of Automation operations supported by the Automation resource provider.

publicNetworkAccess
Nullable<Boolean>

Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet

etag
String

Gets or sets the etag of the resource.

identity
Identity

Applies to