Uses of Class
com.azure.resourcemanager.containerservice.models.TimeSpan
-
Packages that use TimeSpan Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of TimeSpan in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type TimeSpan Modifier and Type Method Description List<TimeSpan>MaintenanceConfigurationInner. notAllowedTime()Get the notAllowedTime property: Time slots on which upgrade is not allowed.List<TimeSpan>MaintenanceConfigurationProperties. notAllowedTime()Get the notAllowedTime property: Time slots on which upgrade is not allowed.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type TimeSpan Modifier and Type Method Description MaintenanceConfigurationInnerMaintenanceConfigurationInner. withNotAllowedTime(List<TimeSpan> notAllowedTime)Set the notAllowedTime property: Time slots on which upgrade is not allowed.MaintenanceConfigurationPropertiesMaintenanceConfigurationProperties. withNotAllowedTime(List<TimeSpan> notAllowedTime)Set the notAllowedTime property: Time slots on which upgrade is not allowed. -
Uses of TimeSpan in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return TimeSpan Modifier and Type Method Description TimeSpanTimeSpan. withEnd(OffsetDateTime end)Set the end property: The end of a time span.TimeSpanTimeSpan. withStart(OffsetDateTime start)Set the start property: The start of a time span.
-