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<ChangeResourceResultInner> getAsync(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, String changeResourceId)
Obtains the specified change resource for the target resource.
Parameters:
Returns:
getWithResponse
public abstract Response<ChangeResourceResultInner> getWithResponse(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, String changeResourceId, Context context)
Obtains the specified change resource for the target resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<ChangeResourceResultInner>> getWithResponseAsync(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, String changeResourceId)
Obtains the specified change resource for the target resource.
Parameters:
Returns:
list
public abstract PagedIterable<ChangeResourceResultInner> list(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName)
Obtains a list of change resources from the past 14 days for the target resource.
Parameters:
Returns:
list
public abstract PagedIterable<ChangeResourceResultInner> list(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, Long top, String skipToken, Context context)
Obtains a list of change resources from the past 14 days for the target resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux<ChangeResourceResultInner> listAsync(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName)
Obtains a list of change resources from the past 14 days for the target resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux<ChangeResourceResultInner> listAsync(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, Long top, String skipToken)
Obtains a list of change resources from the past 14 days for the target resource.
Parameters:
Returns: