Interface ApplyUpdatesClient


public interface ApplyUpdatesClient
An instance of this class provides access to all the operations defined in ApplyUpdatesClient.
  • Method Details

    • getParentWithResponse

      com.azure.core.http.rest.Response<ApplyUpdateInner> getParentWithResponse(String resourceGroupName, String resourceParentType, String resourceParentName, String providerName, String resourceType, String resourceName, String applyUpdateName, com.azure.core.util.Context context)
      Track Updates to resource with parent

      Track maintenance updates to resource with parent.

      Parameters:
      resourceGroupName - Resource group name.
      resourceParentType - Resource parent type.
      resourceParentName - Resource parent identifier.
      providerName - Resource provider name.
      resourceType - Resource type.
      resourceName - Resource identifier.
      applyUpdateName - applyUpdate Id.
      context - The context to associate with this operation.
      Returns:
      apply Update request 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.
    • getParent

      ApplyUpdateInner getParent(String resourceGroupName, String resourceParentType, String resourceParentName, String providerName, String resourceType, String resourceName, String applyUpdateName)
      Track Updates to resource with parent

      Track maintenance updates to resource with parent.

      Parameters:
      resourceGroupName - Resource group name.
      resourceParentType - Resource parent type.
      resourceParentName - Resource parent identifier.
      providerName - Resource provider name.
      resourceType - Resource type.
      resourceName - Resource identifier.
      applyUpdateName - applyUpdate Id.
      Returns:
      apply Update request.
      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<ApplyUpdateInner> getWithResponse(String resourceGroupName, String providerName, String resourceType, String resourceName, String applyUpdateName, com.azure.core.util.Context context)
      Track Updates to resource

      Track maintenance updates to resource.

      Parameters:
      resourceGroupName - Resource group name.
      providerName - Resource provider name.
      resourceType - Resource type.
      resourceName - Resource identifier.
      applyUpdateName - applyUpdate Id.
      context - The context to associate with this operation.
      Returns:
      apply Update request 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

      ApplyUpdateInner get(String resourceGroupName, String providerName, String resourceType, String resourceName, String applyUpdateName)
      Track Updates to resource

      Track maintenance updates to resource.

      Parameters:
      resourceGroupName - Resource group name.
      providerName - Resource provider name.
      resourceType - Resource type.
      resourceName - Resource identifier.
      applyUpdateName - applyUpdate Id.
      Returns:
      apply Update request.
      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.
    • createOrUpdateParentWithResponse

      com.azure.core.http.rest.Response<ApplyUpdateInner> createOrUpdateParentWithResponse(String resourceGroupName, String providerName, String resourceParentType, String resourceParentName, String resourceType, String resourceName, com.azure.core.util.Context context)
      Apply Updates to resource with parent

      Apply maintenance updates to resource with parent.

      Parameters:
      resourceGroupName - Resource group name.
      providerName - Resource provider name.
      resourceParentType - Resource parent type.
      resourceParentName - Resource parent identifier.
      resourceType - Resource type.
      resourceName - Resource identifier.
      context - The context to associate with this operation.
      Returns:
      apply Update request 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.
    • createOrUpdateParent

      ApplyUpdateInner createOrUpdateParent(String resourceGroupName, String providerName, String resourceParentType, String resourceParentName, String resourceType, String resourceName)
      Apply Updates to resource with parent

      Apply maintenance updates to resource with parent.

      Parameters:
      resourceGroupName - Resource group name.
      providerName - Resource provider name.
      resourceParentType - Resource parent type.
      resourceParentName - Resource parent identifier.
      resourceType - Resource type.
      resourceName - Resource identifier.
      Returns:
      apply Update request.
      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.
    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<ApplyUpdateInner> createOrUpdateWithResponse(String resourceGroupName, String providerName, String resourceType, String resourceName, com.azure.core.util.Context context)
      Apply Updates to resource

      Apply maintenance updates to resource.

      Parameters:
      resourceGroupName - Resource group name.
      providerName - Resource provider name.
      resourceType - Resource type.
      resourceName - Resource identifier.
      context - The context to associate with this operation.
      Returns:
      apply Update request 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.
    • createOrUpdate

      ApplyUpdateInner createOrUpdate(String resourceGroupName, String providerName, String resourceType, String resourceName)
      Apply Updates to resource

      Apply maintenance updates to resource.

      Parameters:
      resourceGroupName - Resource group name.
      providerName - Resource provider name.
      resourceType - Resource type.
      resourceName - Resource identifier.
      Returns:
      apply Update request.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<ApplyUpdateInner> list()
      Get Configuration records within a subscription.
      Returns:
      configuration records within a subscription as paginated response with PagedIterable.
      Throws:
      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.
    • list

      com.azure.core.http.rest.PagedIterable<ApplyUpdateInner> list(com.azure.core.util.Context context)
      Get Configuration records within a subscription.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      configuration records within a subscription as paginated response with PagedIterable.
      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.