Interface MonitoringSettingsClient
public interface MonitoringSettingsClient
An instance of this class provides access to all the operations defined in MonitoringSettingsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePatch(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePatch(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource, com.azure.core.util.Context context) Update the Monitoring Setting.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePatchAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource, com.azure.core.util.Context context) Update the Monitoring Setting.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePutAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.Get the Monitoring Setting and its properties.Get the Monitoring Setting and its properties.com.azure.core.http.rest.Response<MonitoringSettingResourceInner>getWithResponse(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Get the Monitoring Setting and its properties.Mono<com.azure.core.http.rest.Response<MonitoringSettingResourceInner>>getWithResponseAsync(String resourceGroupName, String serviceName) Get the Monitoring Setting and its properties.updatePatch(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.updatePatch(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource, com.azure.core.util.Context context) Update the Monitoring Setting.updatePatchAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>updatePatchWithResponseAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.updatePut(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.updatePut(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource, com.azure.core.util.Context context) Update the Monitoring Setting.updatePutAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>updatePutWithResponseAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<MonitoringSettingResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName) Get the Monitoring Setting and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.- Returns:
- the Monitoring Setting and its properties along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Get the Monitoring Setting and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.- Returns:
- the Monitoring Setting and its properties on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<MonitoringSettingResourceInner> getWithResponse(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Get the Monitoring Setting and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.context- The context to associate with this operation.- Returns:
- the Monitoring Setting and its properties along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
Get the Monitoring Setting and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.- Returns:
- the Monitoring Setting and its properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updatePutWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updatePutWithResponseAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.- Returns:
- monitoring Setting resource along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdatePutAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePutAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.- Returns:
- the
PollerFluxfor polling of monitoring Setting resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdatePut
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.- Returns:
- the
SyncPollerfor polling of monitoring Setting resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdatePut
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource, com.azure.core.util.Context context) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of monitoring Setting resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updatePutAsync
Mono<MonitoringSettingResourceInner> updatePutAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.- Returns:
- monitoring Setting resource on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updatePut
MonitoringSettingResourceInner updatePut(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.- Returns:
- monitoring Setting resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updatePut
MonitoringSettingResourceInner updatePut(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource, com.azure.core.util.Context context) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.context- The context to associate with this operation.- Returns:
- monitoring Setting resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updatePatchWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updatePatchWithResponseAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.- Returns:
- monitoring Setting resource along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdatePatchAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePatchAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.- Returns:
- the
PollerFluxfor polling of monitoring Setting resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdatePatch
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePatch(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.- Returns:
- the
SyncPollerfor polling of monitoring Setting resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdatePatch
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePatch(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource, com.azure.core.util.Context context) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of monitoring Setting resource. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updatePatchAsync
Mono<MonitoringSettingResourceInner> updatePatchAsync(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.- Returns:
- monitoring Setting resource on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updatePatch
MonitoringSettingResourceInner updatePatch(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.- Returns:
- monitoring Setting resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updatePatch
MonitoringSettingResourceInner updatePatch(String resourceGroupName, String serviceName, MonitoringSettingResourceInner monitoringSettingResource, com.azure.core.util.Context context) Update the Monitoring Setting.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.monitoringSettingResource- Parameters for the update operation.context- The context to associate with this operation.- Returns:
- monitoring Setting resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-