Interface AppLinkMembers


public interface AppLinkMembers
Resource collection API of AppLinkMembers.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<AppLinkMember> getWithResponse(String resourceGroupName, String appLinkName, String appLinkMemberName, com.azure.core.util.Context context)
      Get an AppLinkMember.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      appLinkName - The name of the AppLink.
      appLinkMemberName - The name of the AppLinkMember.
      context - The context to associate with this operation.
      Returns:
      an AppLinkMember 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

      AppLinkMember get(String resourceGroupName, String appLinkName, String appLinkMemberName)
      Get an AppLinkMember.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      appLinkName - The name of the AppLink.
      appLinkMemberName - The name of the AppLinkMember.
      Returns:
      an AppLinkMember.
      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.
    • delete

      void delete(String resourceGroupName, String appLinkName, String appLinkMemberName)
      Delete an AppLinkMember.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      appLinkName - The name of the AppLink.
      appLinkMemberName - The name of the AppLinkMember.
      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.
    • delete

      void delete(String resourceGroupName, String appLinkName, String appLinkMemberName, com.azure.core.util.Context context)
      Delete an AppLinkMember.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      appLinkName - The name of the AppLink.
      appLinkMemberName - The name of the AppLinkMember.
      context - The context to associate with this operation.
      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.
    • listByAppLink

      com.azure.core.http.rest.PagedIterable<AppLinkMember> listByAppLink(String resourceGroupName, String appLinkName)
      List AppLinkMember resources by AppLink.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      appLinkName - The name of the AppLink.
      Returns:
      the response of a AppLinkMember list operation 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.
    • listByAppLink

      com.azure.core.http.rest.PagedIterable<AppLinkMember> listByAppLink(String resourceGroupName, String appLinkName, com.azure.core.util.Context context)
      List AppLinkMember resources by AppLink.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      appLinkName - The name of the AppLink.
      context - The context to associate with this operation.
      Returns:
      the response of a AppLinkMember list operation 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.
    • getById

      AppLinkMember getById(String id)
      Get an AppLinkMember.
      Parameters:
      id - the resource ID.
      Returns:
      an AppLinkMember 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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<AppLinkMember> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get an AppLinkMember.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      an AppLinkMember 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.
    • deleteById

      void deleteById(String id)
      Delete an AppLinkMember.
      Parameters:
      id - the resource ID.
      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.
    • deleteByIdWithResponse

      void deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Delete an AppLinkMember.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      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.
    • define

      Begins definition for a new AppLinkMember resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new AppLinkMember definition.