MaintenanceConfigurationsClient Interface
public interface MaintenanceConfigurationsClient
An instance of this class provides access to all the operations defined in MaintenanceConfigurationsClient.
Method Summary
Method Details
createOrUpdate
public abstract MaintenanceConfigurationInner createOrUpdate(String resourceGroupName, String resourceName, String configName, MaintenanceConfigurationInner parameters)
Creates or updates a maintenance configuration in the specified managed cluster.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a maintenance configuration in the specified managed cluster.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates a maintenance configuration in the specified managed cluster.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a maintenance configuration in the specified managed cluster.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName, String configName)
Deletes a maintenance configuration.
Parameters:
deleteAsync
public abstract Mono
Deletes a maintenance configuration.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes a maintenance configuration.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a maintenance configuration.
Parameters:
Returns:
get
public abstract MaintenanceConfigurationInner get(String resourceGroupName, String resourceName, String configName)
Gets the specified maintenance configuration of a managed cluster.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified maintenance configuration of a managed cluster.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified maintenance configuration of a managed cluster.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified maintenance configuration of a managed cluster.
Parameters:
Returns:
listByManagedCluster
public abstract PagedIterable
Gets a list of maintenance configurations in the specified managed cluster.
Parameters:
Returns:
listByManagedCluster
public abstract PagedIterable
Gets a list of maintenance configurations in the specified managed cluster.
Parameters:
Returns:
listByManagedClusterAsync
public abstract PagedFlux
Gets a list of maintenance configurations in the specified managed cluster.
Parameters:
Returns:
Applies to
Azure SDK for Java