MonitoringSettingsClient Interface
public interface MonitoringSettingsClient
An instance of this class provides access to all the operations defined in MonitoringSettingsClient.
Method Summary
Method Details
beginUpdatePatch
public abstract SyncPoller
Update the Monitoring Setting.
Parameters:
Returns:
beginUpdatePatch
public abstract SyncPoller
Update the Monitoring Setting.
Parameters:
Returns:
beginUpdatePatchAsync
public abstract PollerFlux
Update the Monitoring Setting.
Parameters:
Returns:
beginUpdatePut
public abstract SyncPoller
Update the Monitoring Setting.
Parameters:
Returns:
beginUpdatePut
public abstract SyncPoller
Update the Monitoring Setting.
Parameters:
Returns:
beginUpdatePutAsync
public abstract PollerFlux
Update the Monitoring Setting.
Parameters:
Returns:
get
public abstract MonitoringSettingResourceInner get(String resourceGroupName, String serviceName)
Get the Monitoring Setting and its properties.
Parameters:
Returns:
getAsync
public abstract Mono
Get the Monitoring Setting and its properties.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the Monitoring Setting and its properties.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the Monitoring Setting and its properties.
Parameters:
Returns:
updatePatch
public abstract MonitoringSettingResourceInner updatePatch(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource)
Update the Monitoring Setting.
Parameters:
Returns:
updatePatch
public abstract MonitoringSettingResourceInner updatePatch(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource, Context context)
Update the Monitoring Setting.
Parameters:
Returns:
updatePatchAsync
public abstract Mono
Update the Monitoring Setting.
Parameters:
Returns:
updatePatchWithResponseAsync
public abstract Mono
Update the Monitoring Setting.
Parameters:
Returns:
updatePut
public abstract MonitoringSettingResourceInner updatePut(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource)
Update the Monitoring Setting.
Parameters:
Returns:
updatePut
public abstract MonitoringSettingResourceInner updatePut(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource, Context context)
Update the Monitoring Setting.
Parameters:
Returns:
updatePutAsync
public abstract Mono
Update the Monitoring Setting.
Parameters:
Returns:
updatePutWithResponseAsync
public abstract Mono
Update the Monitoring Setting.
Parameters:
Returns:
Applies to
Azure SDK for Java