你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScheduleAvailabilityResponse Class

Definition

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.

Applies to