Interface UpdatesClient


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

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<UpdateInner>
    list(String resourceGroupName, String providerName, String resourceType, String resourceName)
    Get Updates to resource
    com.azure.core.http.rest.PagedIterable<UpdateInner>
    list(String resourceGroupName, String providerName, String resourceType, String resourceName, com.azure.core.util.Context context)
    Get Updates to resource
    com.azure.core.http.rest.PagedIterable<UpdateInner>
    listParent(String resourceGroupName, String providerName, String resourceParentType, String resourceParentName, String resourceType, String resourceName)
    Get Updates to resource
    com.azure.core.http.rest.PagedIterable<UpdateInner>
    listParent(String resourceGroupName, String providerName, String resourceParentType, String resourceParentName, String resourceType, String resourceName, com.azure.core.util.Context context)
    Get Updates to resource
  • Method Details

    • listParent

      com.azure.core.http.rest.PagedIterable<UpdateInner> listParent(String resourceGroupName, String providerName, String resourceParentType, String resourceParentName, String resourceType, String resourceName)
      Get Updates to resource

      Get updates to resources.

      Parameters:
      resourceGroupName - Resource group name.
      providerName - Resource provider name.
      resourceParentType - Resource parent type.
      resourceParentName - Resource parent identifier.
      resourceType - Resource type.
      resourceName - Resource identifier.
      Returns:
      updates to resources 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.
    • listParent

      com.azure.core.http.rest.PagedIterable<UpdateInner> listParent(String resourceGroupName, String providerName, String resourceParentType, String resourceParentName, String resourceType, String resourceName, com.azure.core.util.Context context)
      Get Updates to resource

      Get updates to resources.

      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:
      updates to resources 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.
    • list

      com.azure.core.http.rest.PagedIterable<UpdateInner> list(String resourceGroupName, String providerName, String resourceType, String resourceName)
      Get Updates to resource

      Get updates to resources.

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

      com.azure.core.http.rest.PagedIterable<UpdateInner> list(String resourceGroupName, String providerName, String resourceType, String resourceName, com.azure.core.util.Context context)
      Get Updates to resource

      Get updates to resources.

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