ChangesClient Interface
public interface ChangesClient
An instance of this class provides access to all the operations defined in ChangesClient.
Method Summary
Method Details
get
public abstract ChangeResourceResultInner get(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, String changeResourceId)
Obtains the specified change resource for the target resource.
Parameters:
Returns:
getAsync
public abstract Mono
Obtains the specified change resource for the target resource.
Parameters:
Returns:
getWithResponse
public abstract Response
Obtains the specified change resource for the target resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Obtains the specified change resource for the target resource.
Parameters:
Returns:
list
public abstract PagedIterable
Obtains a list of change resources from the past 14 days for the target resource.
Parameters:
Returns:
list
public abstract PagedIterable
Obtains a list of change resources from the past 14 days for the target resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Obtains a list of change resources from the past 14 days for the target resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Obtains a list of change resources from the past 14 days for the target resource.
Parameters:
Returns:
Applies to
Azure SDK for Java