ArmAutomationModelFactory.SoftwareUpdateConfigurationData Method

Definition

Initializes a new instance of SoftwareUpdateConfigurationData.

public static Azure.ResourceManager.Automation.SoftwareUpdateConfigurationData SoftwareUpdateConfigurationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationSpecificProperties updateConfiguration = default, Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationScheduleProperties scheduleInfo = default, string provisioningState = default, Azure.ResourceManager.Automation.Models.AutomationResponseError error = default, DateTimeOffset? createdOn = default, string createdBy = default, DateTimeOffset? lastModifiedOn = default, string lastModifiedBy = default, Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationTasks tasks = default);
static member SoftwareUpdateConfigurationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationSpecificProperties * Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationScheduleProperties * string * Azure.ResourceManager.Automation.Models.AutomationResponseError * Nullable<DateTimeOffset> * string * Nullable<DateTimeOffset> * string * Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationTasks -> Azure.ResourceManager.Automation.SoftwareUpdateConfigurationData
Public Shared Function SoftwareUpdateConfigurationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional updateConfiguration As SoftwareUpdateConfigurationSpecificProperties = Nothing, Optional scheduleInfo As SoftwareUpdateConfigurationScheduleProperties = Nothing, Optional provisioningState As String = Nothing, Optional error As AutomationResponseError = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional createdBy As String = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedBy As String = Nothing, Optional tasks As SoftwareUpdateConfigurationTasks = Nothing) As SoftwareUpdateConfigurationData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

updateConfiguration
SoftwareUpdateConfigurationSpecificProperties

update specific properties for the Software update configuration.

scheduleInfo
SoftwareUpdateConfigurationScheduleProperties

Schedule information for the Software update configuration.

provisioningState
String

Provisioning state for the software update configuration, which only appears in the response.

error
AutomationResponseError

Details of provisioning error.

createdOn
Nullable<DateTimeOffset>

Creation time of the resource, which only appears in the response.

createdBy
String

CreatedBy property, which only appears in the response.

lastModifiedOn
Nullable<DateTimeOffset>

Last time resource was modified, which only appears in the response.

lastModifiedBy
String

LastModifiedBy property, which only appears in the response.

tasks
SoftwareUpdateConfigurationTasks

Tasks information for the Software update configuration.

Returns

A new SoftwareUpdateConfigurationData instance for mocking.

Applies to