Interface MonitoringSettingsClient
-
public interface MonitoringSettingsClientAn instance of this class provides access to all the operations defined in MonitoringSettingsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner>beginUpdatePatch(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)Update the Monitoring Setting.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner>beginUpdatePatch(String resourceGroupName, String serviceName, MonitoringSettingProperties properties, 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, MonitoringSettingProperties properties)Update the Monitoring Setting.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner>beginUpdatePut(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)Update the Monitoring Setting.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner>beginUpdatePut(String resourceGroupName, String serviceName, MonitoringSettingProperties properties, 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, MonitoringSettingProperties properties)Update the Monitoring Setting.MonitoringSettingResourceInnerget(String resourceGroupName, String serviceName)Get the Monitoring Setting and its properties.Mono<MonitoringSettingResourceInner>getAsync(String resourceGroupName, String serviceName)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.MonitoringSettingResourceInnerupdatePatch(String resourceGroupName, String serviceName)Update the Monitoring Setting.MonitoringSettingResourceInnerupdatePatch(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)Update the Monitoring Setting.MonitoringSettingResourceInnerupdatePatch(String resourceGroupName, String serviceName, MonitoringSettingProperties properties, com.azure.core.util.Context context)Update the Monitoring Setting.Mono<MonitoringSettingResourceInner>updatePatchAsync(String resourceGroupName, String serviceName)Update the Monitoring Setting.Mono<MonitoringSettingResourceInner>updatePatchAsync(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)Update the Monitoring Setting.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>updatePatchWithResponseAsync(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)Update the Monitoring Setting.MonitoringSettingResourceInnerupdatePut(String resourceGroupName, String serviceName)Update the Monitoring Setting.MonitoringSettingResourceInnerupdatePut(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)Update the Monitoring Setting.MonitoringSettingResourceInnerupdatePut(String resourceGroupName, String serviceName, MonitoringSettingProperties properties, com.azure.core.util.Context context)Update the Monitoring Setting.Mono<MonitoringSettingResourceInner>updatePutAsync(String resourceGroupName, String serviceName)Update the Monitoring Setting.Mono<MonitoringSettingResourceInner>updatePutAsync(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)Update the Monitoring Setting.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>updatePutWithResponseAsync(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)Update the Monitoring Setting.
-
-
-
Method Detail
-
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.
- 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
Mono<MonitoringSettingResourceInner> getAsync(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.
- 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
MonitoringSettingResourceInner get(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.
- 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.
- 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, MonitoringSettingProperties properties)
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.properties- Properties of the Monitoring Setting resource.- 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.
-
beginUpdatePutAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePutAsync(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)
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.properties- Properties of the Monitoring Setting resource.- 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.
-
beginUpdatePut
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)
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.properties- Properties of the Monitoring Setting resource.- 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.
-
beginUpdatePut
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, MonitoringSettingProperties properties, 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.properties- Properties of the Monitoring Setting resource.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.
-
updatePutAsync
Mono<MonitoringSettingResourceInner> updatePutAsync(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)
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.properties- Properties of the Monitoring Setting resource.- 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.
-
updatePutAsync
Mono<MonitoringSettingResourceInner> updatePutAsync(String resourceGroupName, String serviceName)
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.- 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, MonitoringSettingProperties properties)
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.properties- Properties of the Monitoring Setting resource.- 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)
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.- 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, MonitoringSettingProperties properties, 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.properties- Properties of the Monitoring Setting resource.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, MonitoringSettingProperties properties)
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.properties- Properties of the Monitoring Setting resource.- 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.
-
beginUpdatePatchAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePatchAsync(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)
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.properties- Properties of the Monitoring Setting resource.- 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.
-
beginUpdatePatch
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePatch(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)
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.properties- Properties of the Monitoring Setting resource.- 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.
-
beginUpdatePatch
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MonitoringSettingResourceInner>,MonitoringSettingResourceInner> beginUpdatePatch(String resourceGroupName, String serviceName, MonitoringSettingProperties properties, 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.properties- Properties of the Monitoring Setting resource.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.
-
updatePatchAsync
Mono<MonitoringSettingResourceInner> updatePatchAsync(String resourceGroupName, String serviceName, MonitoringSettingProperties properties)
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.properties- Properties of the Monitoring Setting resource.- 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.
-
updatePatchAsync
Mono<MonitoringSettingResourceInner> updatePatchAsync(String resourceGroupName, String serviceName)
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.- 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, MonitoringSettingProperties properties)
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.properties- Properties of the Monitoring Setting resource.- 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)
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.- 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, MonitoringSettingProperties properties, 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.properties- Properties of the Monitoring Setting resource.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.
-
-