DailySchedule Class
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.
For schedules like: 'recur every day' or 'recur every 3 days'.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.DailyScheduleTypeConverter))]
public class DailySchedule : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDailySchedule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.DailyScheduleTypeConverter))>]
type DailySchedule = class
interface IDailySchedule
interface IJsonSerializable
Public Class DailySchedule
Implements IDailySchedule
- Inheritance
-
DailySchedule
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DailySchedule() |
Creates an new DailySchedule instance. |
Properties
| Name | Description |
|---|---|
| IntervalDay |
Specifies the number of days between each set of occurrences. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DailySchedule. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DailySchedule. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IDailySchedule. |
| FromJsonString(String) |
Creates a new instance of DailySchedule, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DailySchedule into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |