ScheduleAvailabilityResponse 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.
Schedule availability for given sku in a region.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ScheduleAvailabilityResponseTypeConverter))]
public class ScheduleAvailabilityResponse : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IScheduleAvailabilityResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ScheduleAvailabilityResponseTypeConverter))>]
type ScheduleAvailabilityResponse = class
interface IScheduleAvailabilityResponse
interface IJsonSerializable
Public Class ScheduleAvailabilityResponse
Implements IScheduleAvailabilityResponse
- Inheritance
-
ScheduleAvailabilityResponse
- Attributes
- Implements
Constructors
ScheduleAvailabilityResponse() |
Creates an new ScheduleAvailabilityResponse instance. |
Properties
AvailableDate |
List of dates available to schedule |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScheduleAvailabilityResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScheduleAvailabilityResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IScheduleAvailabilityResponse. |
FromJsonString(String) |
Creates a new instance of ScheduleAvailabilityResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScheduleAvailabilityResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |