ScheduleAvailabilityResponse Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. ScheduleAvailabilityResponse
- com.
Implements
public final class ScheduleAvailabilityResponse
implements JsonSerializable<ScheduleAvailabilityResponse>
Schedule availability for given sku in a region.
Constructor Summary
| Constructor | Description |
|---|---|
| ScheduleAvailabilityResponse() |
Creates an instance of Schedule |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Offset |
availableDates()
Get the available |
|
static
Schedule |
fromJson(JsonReader jsonReader)
Reads an instance of Schedule |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ScheduleAvailabilityResponse
public ScheduleAvailabilityResponse()
Creates an instance of ScheduleAvailabilityResponse class.
Method Details
availableDates
public List<OffsetDateTime> availableDates()
Get the availableDates property: List of dates available to schedule.
Returns:
fromJson
public static ScheduleAvailabilityResponse fromJson(JsonReader jsonReader)
Reads an instance of ScheduleAvailabilityResponse from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.