IScheduleProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SchedulePropertiesTypeConverter))]
public interface IScheduleProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IScheduleUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SchedulePropertiesTypeConverter))>]
type IScheduleProperties = interface
interface IJsonSerializable
interface IScheduleUpdateProperties
interface ITrackedResourceUpdate
Public Interface IScheduleProperties
Implements IScheduleUpdateProperties
- Derived
- Attributes
- Implements
Properties
Frequency |
The frequency of this scheduled task. (Inherited from IScheduleUpdateProperties) |
Location |
The geo-location where the resource lives (Inherited from ITrackedResourceUpdate) |
ProvisioningState |
The provisioning state of the resource. |
State |
Indicates whether or not this scheduled task is enabled. (Inherited from IScheduleUpdateProperties) |
Tag |
Resource tags. (Inherited from ITrackedResourceUpdate) |
Time |
The target time to trigger the action. The format is HH:MM. (Inherited from IScheduleUpdateProperties) |
TimeZone |
The IANA timezone id at which the schedule should execute. (Inherited from IScheduleUpdateProperties) |
Type |
Supported type this scheduled task represents. (Inherited from IScheduleUpdateProperties) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |