Interface AppLinkMembers
public interface AppLinkMembers
Resource collection API of AppLinkMembers.
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition for a new AppLinkMember resource.voidDelete an AppLinkMember.voiddelete(String resourceGroupName, String appLinkName, String appLinkMemberName, com.azure.core.util.Context context) Delete an AppLinkMember.voiddeleteById(String id) Delete an AppLinkMember.voiddeleteByIdWithResponse(String id, com.azure.core.util.Context context) Delete an AppLinkMember.Get an AppLinkMember.Get an AppLinkMember.com.azure.core.http.rest.Response<AppLinkMember> getByIdWithResponse(String id, com.azure.core.util.Context context) Get an AppLinkMember.com.azure.core.http.rest.Response<AppLinkMember> getWithResponse(String resourceGroupName, String appLinkName, String appLinkMemberName, com.azure.core.util.Context context) Get an AppLinkMember.com.azure.core.http.rest.PagedIterable<AppLinkMember> listByAppLink(String resourceGroupName, String appLinkName) List AppLinkMember resources by AppLink.com.azure.core.http.rest.PagedIterable<AppLinkMember> listByAppLink(String resourceGroupName, String appLinkName, com.azure.core.util.Context context) List AppLinkMember resources by AppLink.
-
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
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
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
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
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
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.
-