Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.MaintenanceConfigurationInner
Packages that use MaintenanceConfigurationInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of MaintenanceConfigurationInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return MaintenanceConfigurationInnerModifier and TypeMethodDescriptionMaintenanceConfigurationsClient.createOrUpdate(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters) Creates or updates a maintenance configuration in the specified managed cluster.MaintenanceConfigurationsClient.get(String resourceGroupName, String resourceName, String configName) Gets the specified maintenance configuration of a managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type MaintenanceConfigurationInnerModifier and TypeMethodDescriptionMaintenanceConfigurationsClient.createOrUpdateAsync(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters) Creates or updates a maintenance configuration in the specified managed cluster.com.azure.core.http.rest.Response<MaintenanceConfigurationInner> MaintenanceConfigurationsClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters, com.azure.core.util.Context context) Creates or updates a maintenance configuration in the specified managed cluster.Mono<com.azure.core.http.rest.Response<MaintenanceConfigurationInner>> MaintenanceConfigurationsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters) Creates or updates a maintenance configuration in the specified managed cluster.MaintenanceConfigurationsClient.getAsync(String resourceGroupName, String resourceName, String configName) Gets the specified maintenance configuration of a managed cluster.com.azure.core.http.rest.Response<MaintenanceConfigurationInner> MaintenanceConfigurationsClient.getWithResponse(String resourceGroupName, String resourceName, String configName, com.azure.core.util.Context context) Gets the specified maintenance configuration of a managed cluster.Mono<com.azure.core.http.rest.Response<MaintenanceConfigurationInner>> MaintenanceConfigurationsClient.getWithResponseAsync(String resourceGroupName, String resourceName, String configName) Gets the specified maintenance configuration of a managed cluster.com.azure.core.http.rest.PagedIterable<MaintenanceConfigurationInner> MaintenanceConfigurationsClient.listByManagedCluster(String resourceGroupName, String resourceName) Gets a list of maintenance configurations in the specified managed cluster.com.azure.core.http.rest.PagedIterable<MaintenanceConfigurationInner> MaintenanceConfigurationsClient.listByManagedCluster(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets a list of maintenance configurations in the specified managed cluster.com.azure.core.http.rest.PagedFlux<MaintenanceConfigurationInner> MaintenanceConfigurationsClient.listByManagedClusterAsync(String resourceGroupName, String resourceName) Gets a list of maintenance configurations in the specified managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type MaintenanceConfigurationInnerModifier and TypeMethodDescriptionMaintenanceConfigurationsClient.createOrUpdate(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters) Creates or updates a maintenance configuration in the specified managed cluster.MaintenanceConfigurationsClient.createOrUpdateAsync(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters) Creates or updates a maintenance configuration in the specified managed cluster.com.azure.core.http.rest.Response<MaintenanceConfigurationInner> MaintenanceConfigurationsClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters, com.azure.core.util.Context context) Creates or updates a maintenance configuration in the specified managed cluster.Mono<com.azure.core.http.rest.Response<MaintenanceConfigurationInner>> MaintenanceConfigurationsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters) Creates or updates a maintenance configuration in the specified managed cluster. -
Uses of MaintenanceConfigurationInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return MaintenanceConfigurationInnerModifier and TypeMethodDescriptionMaintenanceConfigurationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MaintenanceConfigurationInner from the JsonReader.MaintenanceConfigurationInner.withMaintenanceWindow(MaintenanceWindow maintenanceWindow) Set the maintenanceWindow property: Maintenance window for the maintenance configuration.MaintenanceConfigurationInner.withNotAllowedTime(List<TimeSpan> notAllowedTime) Set the notAllowedTime property: Time slots on which upgrade is not allowed.MaintenanceConfigurationInner.withTimeInWeek(List<TimeInWeek> timeInWeek) Set the timeInWeek property: Time slots during the week when planned maintenance is allowed to proceed. -
Uses of MaintenanceConfigurationInner in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type MaintenanceConfigurationInnerModifier and TypeMethodDescriptionMaintenanceConfigurationListResult.value()Get the value property: The list of maintenance configurations.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type MaintenanceConfigurationInnerModifier and TypeMethodDescriptionMaintenanceConfigurationListResult.withValue(List<MaintenanceConfigurationInner> value) Set the value property: The list of maintenance configurations.