Uses of Class
com.azure.resourcemanager.containerservice.models.TimeSpan
Packages that use TimeSpan
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 TimeSpanModifier and TypeMethodDescriptionMaintenanceConfigurationInner.notAllowedTime()Get the notAllowedTime property: Time slots on which upgrade is not allowed.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 TimeSpanModifier and TypeMethodDescriptionMaintenanceConfigurationInner.withNotAllowedTime(List<TimeSpan> notAllowedTime) Set the notAllowedTime property: Time slots on which upgrade is not allowed.MaintenanceConfigurationProperties.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 TimeSpanModifier and TypeMethodDescriptionstatic TimeSpanTimeSpan.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TimeSpan from the JsonReader.TimeSpan.withEnd(OffsetDateTime end) Set the end property: The end of a time span.TimeSpan.withStart(OffsetDateTime start) Set the start property: The start of a time span.