PatchSchedulesClient Interface
public interface PatchSchedulesClient
An instance of this class provides access to all the operations defined in PatchSchedulesClient.
Method Summary
Method Details
createOrUpdate
public abstract RedisPatchScheduleInner createOrUpdate(String resourceGroupName, String name, DefaultName defaultParameter, RedisPatchScheduleInner parameters)
Create or replace the patching schedule for Redis cache.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or replace the patching schedule for Redis cache.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Create or replace the patching schedule for Redis cache.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or replace the patching schedule for Redis cache.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String name, DefaultName defaultParameter)
Deletes the patching schedule of a redis cache.
Parameters:
deleteAsync
public abstract Mono
Deletes the patching schedule of a redis cache.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the patching schedule of a redis cache.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the patching schedule of a redis cache.
Parameters:
Returns:
get
public abstract RedisPatchScheduleInner get(String resourceGroupName, String name, DefaultName defaultParameter)
Gets the patching schedule of a redis cache.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the patching schedule of a redis cache.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the patching schedule of a redis cache.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the patching schedule of a redis cache.
Parameters:
Returns:
listByRedisResource
public abstract PagedIterable
Gets all patch schedules in the specified redis cache (there is only one).
Parameters:
Returns:
listByRedisResource
public abstract PagedIterable
Gets all patch schedules in the specified redis cache (there is only one).
Parameters:
Returns:
listByRedisResourceAsync
public abstract PagedFlux
Gets all patch schedules in the specified redis cache (there is only one).
Parameters:
Returns:
Applies to
Azure SDK for Java