Dela via


AutomationAccountCreateOrUpdateParameters Konstruktorer

Definition

Överlagringar

AutomationAccountCreateOrUpdateParameters()

Initierar en ny instans av klassen AutomationAccountCreateOrUpdateParameters.

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

Initierar en ny instans av klassen AutomationAccountCreateOrUpdateParameters.

AutomationAccountCreateOrUpdateParameters()

Initierar en ny instans av klassen AutomationAccountCreateOrUpdateParameters.

public AutomationAccountCreateOrUpdateParameters ();
Public Sub New ()

Gäller för

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

Initierar en ny instans av klassen 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)

Parametrar

sku
Sku

Hämtar eller anger konto-SKU.

encryption
EncryptionProperties

Ange krypteringsegenskaperna för automationskontot

publicNetworkAccess
Nullable<Boolean>

Anger om trafik på icke-ARM-slutpunkten (Webhook/Agent) tillåts från det offentliga Internet

name
String

Hämtar eller anger namnet på resursen.

location
String

Hämtar eller anger platsen för resursen.

identity
Identity

Anger identitetsegenskapen för automationskontot

tags
IDictionary<String,String>

Hämtar eller anger de taggar som är kopplade till resursen.

Gäller för