Delen via


AutomationAccount Constructors

Definitie

Overloads

AutomationAccount()

Initialiseert een nieuw exemplaar van de klasse AutomationAccount.

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

Initialiseert een nieuw exemplaar van de klasse AutomationAccount.

AutomationAccount()

Initialiseert een nieuw exemplaar van de klasse AutomationAccount.

public AutomationAccount ();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

id
String

Volledig gekwalificeerde resource-id voor de resource

name
String

De naam van de resource

type
String

Het type resource.

tags
IDictionary<String,String>

Resourcetags.

location
String

De Azure-regio waar de resource zich bevindt

sku
Sku

Hiermee wordt de SKU van het account opgehaald of ingesteld.

lastModifiedBy
String

Hiermee wordt de laatst gewijzigd door opgehaald of ingesteld.

state
String

Hiermee wordt de status van het account ophaalt. Mogelijke waarden zijn: 'OK', 'Niet beschikbaar', 'Opgeschort'

creationTime
DateTimeOffset

Hiermee haalt u de aanmaaktijd op.

lastModifiedTime
DateTimeOffset

Hiermee haalt u de laatste wijzigingstijd op.

description
String

Hiermee wordt de beschrijving opgehaald of ingesteld.

encryption
EncryptionProperties

Versleutelingseigenschappen voor het Automation-account

privateEndpointConnections
IList<PrivateEndpointConnection>

Lijst met Automation-bewerkingen die worden ondersteund door de Automation-resourceprovider.

publicNetworkAccess
Nullable<Boolean>

Geeft aan of verkeer op het niet-ARM-eindpunt (webhook/agent) is toegestaan vanaf het openbare internet

etag
String

Hiermee wordt de etag van de resource opgehaald of ingesteld.

identity
Identity

Van toepassing op