Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.MaintenanceConfigurationInner
-
Packages that use MaintenanceConfigurationInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.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 MaintenanceConfigurationInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return MaintenanceConfigurationInner Modifier and Type Method Description MaintenanceConfigurationInnerMaintenanceConfigurationsClient. createOrUpdate(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters)Creates or updates a maintenance configuration in the specified managed cluster.MaintenanceConfigurationInnerMaintenanceConfigurationsClient. 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 MaintenanceConfigurationInner Modifier and Type Method Description Mono<MaintenanceConfigurationInner>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.Mono<MaintenanceConfigurationInner>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 MaintenanceConfigurationInner Modifier and Type Method Description MaintenanceConfigurationInnerMaintenanceConfigurationsClient. createOrUpdate(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters)Creates or updates a maintenance configuration in the specified managed cluster.Mono<MaintenanceConfigurationInner>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 MaintenanceConfigurationInner Modifier and Type Method Description MaintenanceConfigurationInnerMaintenanceConfigurationInner. withId(String id)MaintenanceConfigurationInnerMaintenanceConfigurationInner. withNotAllowedTime(List<TimeSpan> notAllowedTime)Set the notAllowedTime property: Time slots on which upgrade is not allowed.MaintenanceConfigurationInnerMaintenanceConfigurationInner. 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 MaintenanceConfigurationInner Modifier and Type Method Description List<MaintenanceConfigurationInner>MaintenanceConfigurationListResult. value()Get the value property: The list of maintenance configurations.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type MaintenanceConfigurationInner Modifier and Type Method Description MaintenanceConfigurationListResultMaintenanceConfigurationListResult. withValue(List<MaintenanceConfigurationInner> value)Set the value property: The list of maintenance configurations.
-