Interface AppLinkMembersClient
public interface AppLinkMembersClient
An instance of this class provides access to all the operations defined in AppLinkMembersClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkMemberInner>, AppLinkMemberInner> beginCreateOrUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberInner resource) Create an AppLinkMember.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkMemberInner>, AppLinkMemberInner> beginCreateOrUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberInner resource, com.azure.core.util.Context context) Create an AppLinkMember.beginDelete(String resourceGroupName, String appLinkName, String appLinkMemberName) Delete an AppLinkMember.beginDelete(String resourceGroupName, String appLinkName, String appLinkMemberName, com.azure.core.util.Context context) Delete an AppLinkMember.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkMemberInner>, AppLinkMemberInner> beginUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberUpdate properties) Update an AppLinkMember.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkMemberInner>, AppLinkMemberInner> beginUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberUpdate properties, com.azure.core.util.Context context) Update an AppLinkMember.createOrUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberInner resource) Create an AppLinkMember.createOrUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberInner resource, com.azure.core.util.Context context) Create an AppLinkMember.voidDelete an AppLinkMember.voiddelete(String resourceGroupName, String appLinkName, String appLinkMemberName, com.azure.core.util.Context context) Delete an AppLinkMember.Get an AppLinkMember.com.azure.core.http.rest.Response<AppLinkMemberInner> getWithResponse(String resourceGroupName, String appLinkName, String appLinkMemberName, com.azure.core.util.Context context) Get an AppLinkMember.com.azure.core.http.rest.PagedIterable<AppLinkMemberInner> listByAppLink(String resourceGroupName, String appLinkName) List AppLinkMember resources by AppLink.com.azure.core.http.rest.PagedIterable<AppLinkMemberInner> listByAppLink(String resourceGroupName, String appLinkName, com.azure.core.util.Context context) List AppLinkMember resources by AppLink.update(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberUpdate properties) Update an AppLinkMember.update(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberUpdate properties, com.azure.core.util.Context context) Update an AppLinkMember.
-
Method Details
-
getWithResponse
com.azure.core.http.rest.Response<AppLinkMemberInner> 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkMemberInner>, AppLinkMemberInner> beginCreateOrUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberInner resource) Create 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.resource- Resource create parameters.- Returns:
- the
SyncPollerfor polling of appLink Member resource. - 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkMemberInner>, AppLinkMemberInner> beginCreateOrUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberInner resource, com.azure.core.util.Context context) Create 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.resource- Resource create parameters.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of appLink Member resource. - 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
AppLinkMemberInner createOrUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberInner resource) Create 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.resource- Resource create parameters.- Returns:
- appLink Member resource.
- 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
AppLinkMemberInner createOrUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberInner resource, com.azure.core.util.Context context) Create 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.resource- Resource create parameters.context- The context to associate with this operation.- Returns:
- appLink Member resource.
- 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.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkMemberInner>, AppLinkMemberInner> beginUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberUpdate properties) Update 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.properties- The resource properties to be updated.- Returns:
- the
SyncPollerfor polling of appLink Member resource. - 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.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppLinkMemberInner>, AppLinkMemberInner> beginUpdate(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberUpdate properties, com.azure.core.util.Context context) Update 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.properties- The resource properties to be updated.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of appLink Member resource. - 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
AppLinkMemberInner update(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberUpdate properties) Update 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.properties- The resource properties to be updated.- Returns:
- appLink Member resource.
- 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
AppLinkMemberInner update(String resourceGroupName, String appLinkName, String appLinkMemberName, AppLinkMemberUpdate properties, com.azure.core.util.Context context) Update 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.properties- The resource properties to be updated.context- The context to associate with this operation.- Returns:
- appLink Member resource.
- 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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>, Void> beginDelete(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.- Returns:
- the
SyncPollerfor polling of long-running 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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>, Void> beginDelete(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.- Returns:
- the
SyncPollerfor polling of long-running 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.
-
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<AppLinkMemberInner> 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<AppLinkMemberInner> 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.
-