ArmDevCenterModelFactory.DevCenterScheduleData Method

Definition

public static Azure.ResourceManager.DevCenter.DevCenterScheduleData DevCenterScheduleData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.DevCenter.Models.DevCenterScheduledType? scheduledType = default, Azure.ResourceManager.DevCenter.Models.DevCenterScheduledFrequency? frequency = default, string time = default, string timeZone = default, Azure.ResourceManager.DevCenter.Models.DevCenterScheduleEnableStatus? state = default, Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState? provisioningState = default);
static member DevCenterScheduleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterScheduledType> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterScheduledFrequency> * string * string * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterScheduleEnableStatus> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState> -> Azure.ResourceManager.DevCenter.DevCenterScheduleData
Public Shared Function DevCenterScheduleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional scheduledType As Nullable(Of DevCenterScheduledType) = Nothing, Optional frequency As Nullable(Of DevCenterScheduledFrequency) = Nothing, Optional time As String = Nothing, Optional timeZone As String = Nothing, Optional state As Nullable(Of DevCenterScheduleEnableStatus) = Nothing, Optional provisioningState As Nullable(Of DevCenterProvisioningState) = Nothing) As DevCenterScheduleData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

location
Nullable<AzureLocation>

The geo-location where the resource lives.

scheduledType
Nullable<DevCenterScheduledType>

Supported type this scheduled task represents.

frequency
Nullable<DevCenterScheduledFrequency>

The frequency of this scheduled task.

time
String

The target time to trigger the action. The format is HH:MM.

timeZone
String

The IANA timezone id at which the schedule should execute.

state
Nullable<DevCenterScheduleEnableStatus>

Indicates whether or not this scheduled task is enabled.

provisioningState
Nullable<DevCenterProvisioningState>

The provisioning state of the resource.

Returns

A new DevCenterScheduleData instance for mocking.

Applies to