Share via


AutomationAccountCreateOrUpdateParameters Constructors

Definition

Overloads

AutomationAccountCreateOrUpdateParameters()

Initializes a new instance of the AutomationAccountCreateOrUpdateParameters class.

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

Initializes a new instance of the AutomationAccountCreateOrUpdateParameters class.

AutomationAccountCreateOrUpdateParameters()

Initializes a new instance of the AutomationAccountCreateOrUpdateParameters class.

public AutomationAccountCreateOrUpdateParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AutomationAccountCreateOrUpdateParameters class.

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)

Parameters

sku
Sku

Gets or sets account SKU.

encryption
EncryptionProperties

Set the encryption properties for the automation account

publicNetworkAccess
Nullable<Boolean>

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

name
String

Gets or sets name of the resource.

location
String

Gets or sets the location of the resource.

identity
Identity

Sets the identity property for automation account

tags
IDictionary<String,String>

Gets or sets the tags attached to the resource.

Applies to