Bagikan melalui


AutomationAccountUpdateParameters Constructors

Definition

Overloads

AutomationAccountUpdateParameters()

Initializes a new instance of the AutomationAccountUpdateParameters class.

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

Initializes a new instance of the AutomationAccountUpdateParameters class.

AutomationAccountUpdateParameters()

Initializes a new instance of the AutomationAccountUpdateParameters class.

public AutomationAccountUpdateParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AutomationAccountUpdateParameters class.

public AutomationAccountUpdateParameters (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.AutomationAccountUpdateParameters : 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.AutomationAccountUpdateParameters
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 the 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