Interface SettingsOperations
public interface SettingsOperations
Resource collection API of SettingsOperations.
-
Method Summary
Modifier and TypeMethodDescriptionget(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName) Returns the base Settings for the target resource.com.azure.core.http.rest.Response<Settings> getWithResponse(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName, com.azure.core.util.Context context) Returns the base Settings for the target resource.patch(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName, SettingsInner parameters) Update the base Settings of the target resource.com.azure.core.http.rest.Response<Settings> patchWithResponse(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName, SettingsInner parameters, com.azure.core.util.Context context) Update the base Settings of the target resource.update(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName, SettingsInner parameters) Updates the base Settings of the target resource.com.azure.core.http.rest.Response<Settings> updateWithResponse(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName, SettingsInner parameters, com.azure.core.util.Context context) Updates the base Settings of the target resource.
-
Method Details
-
getWithResponse
com.azure.core.http.rest.Response<Settings> getWithResponse(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName, com.azure.core.util.Context context) Returns the base Settings for the target resource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.baseProvider- The name of the base Resource Provider.baseResourceType- The name of the base Resource Type.baseResourceName- The name of the base resource.settingsResourceName- The name of the settings resource.context- The context to associate with this operation.- Returns:
- the response body 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
Settings get(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName) Returns the base Settings for the target resource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.baseProvider- The name of the base Resource Provider.baseResourceType- The name of the base Resource Type.baseResourceName- The name of the base resource.settingsResourceName- The name of the settings resource.- Returns:
- the 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.
-
updateWithResponse
com.azure.core.http.rest.Response<Settings> updateWithResponse(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName, SettingsInner parameters, com.azure.core.util.Context context) Updates the base Settings of the target resource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.baseProvider- The name of the base Resource Provider.baseResourceType- The name of the base Resource Type.baseResourceName- The name of the base resource.settingsResourceName- The name of the settings resource.parameters- Settings details.context- The context to associate with this operation.- Returns:
- the response body 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.
-
update
Settings update(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName, SettingsInner parameters) Updates the base Settings of the target resource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.baseProvider- The name of the base Resource Provider.baseResourceType- The name of the base Resource Type.baseResourceName- The name of the base resource.settingsResourceName- The name of the settings resource.parameters- Settings details.- Returns:
- the 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.
-
patchWithResponse
com.azure.core.http.rest.Response<Settings> patchWithResponse(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName, SettingsInner parameters, com.azure.core.util.Context context) Update the base Settings of the target resource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.baseProvider- The name of the base Resource Provider.baseResourceType- The name of the base Resource Type.baseResourceName- The name of the base resource.settingsResourceName- The name of the settings resource.parameters- Settings details.context- The context to associate with this operation.- Returns:
- the response body 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.
-
patch
Settings patch(String resourceGroupName, String baseProvider, String baseResourceType, String baseResourceName, String settingsResourceName, SettingsInner parameters) Update the base Settings of the target resource.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.baseProvider- The name of the base Resource Provider.baseResourceType- The name of the base Resource Type.baseResourceName- The name of the base resource.settingsResourceName- The name of the settings resource.parameters- Settings details.- Returns:
- the 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.
-