| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
TimeWindow |
AutoscaleProfileInner.fixedDate()
Get the fixedDate property: the specific date-time for the profile.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleProfileInner |
AutoscaleProfileInner.withFixedDate(TimeWindow fixedDate)
Set the fixedDate property: the specific date-time for the profile.
|
| Modifier and Type | Method and Description |
|---|---|
TimeWindow |
AutoscaleProfile.fixedDateSchedule()
Get the specific date-time for the profile.
|
TimeWindow |
TimeWindow.withEnd(OffsetDateTime end)
Set the end property: the end time for the profile in ISO 8601 format.
|
TimeWindow |
TimeWindow.withStart(OffsetDateTime start)
Set the start property: the start time for the profile in ISO 8601 format.
|
TimeWindow |
TimeWindow.withTimeZone(String timeZone)
Set the timeZone property: the timezone of the start and end times for the profile.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.