ArmAutomationModelFactory.DeletedAutomationAccount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- location
- Nullable<AzureLocation>
Gets or sets the location of the resource.
- automationAccountResourceId
- ResourceIdentifier
Gets or sets the Automation Account Resource Id.
- automationAccountId
- String
Gets or sets the Automation Account Id.
- locationPropertiesLocation
- String
Gets or sets the location of the resource.
- deletedOn
- Nullable<DateTimeOffset>
Gets the deletion time.
Returns
A new DeletedAutomationAccount instance for mocking.