Compartilhar via


ArmAutomationModelFactory.DeletedAutomationAccount Método

Definição

Inicializa uma nova instância de DeletedAutomationAccount.

public static Azure.ResourceManager.Automation.Models.DeletedAutomationAccount DeletedAutomationAccount (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, Azure.Core.ResourceIdentifier automationAccountResourceId = default, string automationAccountId = default, string locationPropertiesLocation = default, DateTimeOffset? deletedOn = default);
static member DeletedAutomationAccount : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Azure.Core.ResourceIdentifier * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Automation.Models.DeletedAutomationAccount
Public Shared Function DeletedAutomationAccount (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional automationAccountResourceId As ResourceIdentifier = Nothing, Optional automationAccountId As String = Nothing, Optional locationPropertiesLocation As String = Nothing, Optional deletedOn As Nullable(Of DateTimeOffset) = Nothing) As DeletedAutomationAccount

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

location
Nullable<AzureLocation>

Obtém ou define o local do recurso.

automationAccountResourceId
ResourceIdentifier

Obtém ou define a ID do Recurso da Conta de Automação.

automationAccountId
String

Obtém ou define a ID da Conta de Automação.

locationPropertiesLocation
String

Obtém ou define o local do recurso.

deletedOn
Nullable<DateTimeOffset>

Obtém o tempo de exclusão.

Retornos

Uma nova DeletedAutomationAccount instância para zombar.

Aplica-se a