Interface ApplicationGroupsClient
public interface ApplicationGroupsClient
An instance of this class provides access to all the operations defined in ApplicationGroupsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncreateOrUpdateApplicationGroup(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters) Creates or updates an ApplicationGroup for a Namespace.createOrUpdateApplicationGroupAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters) Creates or updates an ApplicationGroup for a Namespace.com.azure.core.http.rest.Response<ApplicationGroupInner> createOrUpdateApplicationGroupWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters, com.azure.core.util.Context context) Creates or updates an ApplicationGroup for a Namespace.Mono<com.azure.core.http.rest.Response<ApplicationGroupInner>> createOrUpdateApplicationGroupWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters) Creates or updates an ApplicationGroup for a Namespace.voidDeletes an ApplicationGroup for a Namespace.deleteAsync(String resourceGroupName, String namespaceName, String applicationGroupName) Deletes an ApplicationGroup for a Namespace.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, com.azure.core.util.Context context) Deletes an ApplicationGroup for a Namespace.deleteWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName) Deletes an ApplicationGroup for a Namespace.Gets an ApplicationGroup for a Namespace.Gets an ApplicationGroup for a Namespace.com.azure.core.http.rest.Response<ApplicationGroupInner> getWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, com.azure.core.util.Context context) Gets an ApplicationGroup for a Namespace.Mono<com.azure.core.http.rest.Response<ApplicationGroupInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName) Gets an ApplicationGroup for a Namespace.com.azure.core.http.rest.PagedIterable<ApplicationGroupInner> listByNamespace(String resourceGroupName, String namespaceName) Gets a list of application groups for a Namespace.com.azure.core.http.rest.PagedIterable<ApplicationGroupInner> listByNamespace(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets a list of application groups for a Namespace.com.azure.core.http.rest.PagedFlux<ApplicationGroupInner> listByNamespaceAsync(String resourceGroupName, String namespaceName) Gets a list of application groups for a Namespace.
-
Method Details
-
listByNamespaceAsync
com.azure.core.http.rest.PagedFlux<ApplicationGroupInner> listByNamespaceAsync(String resourceGroupName, String namespaceName) Gets a list of application groups for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.- Returns:
- a list of application groups for a Namespace as paginated response with
PagedFlux. - 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.
-
listByNamespace
com.azure.core.http.rest.PagedIterable<ApplicationGroupInner> listByNamespace(String resourceGroupName, String namespaceName) Gets a list of application groups for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.- Returns:
- a list of application groups for a Namespace 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.
-
listByNamespace
com.azure.core.http.rest.PagedIterable<ApplicationGroupInner> listByNamespace(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets a list of application groups for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.context- The context to associate with this operation.- Returns:
- a list of application groups for a Namespace 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.
-
createOrUpdateApplicationGroupWithResponseAsync
Mono<com.azure.core.http.rest.Response<ApplicationGroupInner>> createOrUpdateApplicationGroupWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters) Creates or updates an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.parameters- The ApplicationGroup.- Returns:
- the Application Group object along with
Responseon successful completion ofMono. - 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.
-
createOrUpdateApplicationGroupAsync
Mono<ApplicationGroupInner> createOrUpdateApplicationGroupAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters) Creates or updates an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.parameters- The ApplicationGroup.- Returns:
- the Application Group object on successful completion of
Mono. - 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.
-
createOrUpdateApplicationGroupWithResponse
com.azure.core.http.rest.Response<ApplicationGroupInner> createOrUpdateApplicationGroupWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters, com.azure.core.util.Context context) Creates or updates an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.parameters- The ApplicationGroup.context- The context to associate with this operation.- Returns:
- the Application Group object 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.
-
createOrUpdateApplicationGroup
ApplicationGroupInner createOrUpdateApplicationGroup(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters) Creates or updates an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.parameters- The ApplicationGroup.- Returns:
- the Application Group object.
- 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.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName) Deletes an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.- Returns:
- the
Responseon successful completion ofMono. - 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.
-
deleteAsync
Deletes an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.- Returns:
- A
Monothat completes when a successful response is received. - 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.
-
deleteWithResponse
com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, com.azure.core.util.Context context) Deletes an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.context- The context to associate with this operation.- Returns:
- the
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.
-
delete
Deletes an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.- 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.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<ApplicationGroupInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName) Gets an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.- Returns:
- an ApplicationGroup for a Namespace along with
Responseon successful completion ofMono. - 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.
-
getAsync
Mono<ApplicationGroupInner> getAsync(String resourceGroupName, String namespaceName, String applicationGroupName) Gets an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.- Returns:
- an ApplicationGroup for a Namespace on successful completion of
Mono. - 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<ApplicationGroupInner> getWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, com.azure.core.util.Context context) Gets an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.context- The context to associate with this operation.- Returns:
- an ApplicationGroup for a Namespace 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
ApplicationGroupInner get(String resourceGroupName, String namespaceName, String applicationGroupName) Gets an ApplicationGroup for a Namespace.- Parameters:
resourceGroupName- Name of the resource group within the azure subscription.namespaceName- The Namespace name.applicationGroupName- The Application Group name.- Returns:
- an ApplicationGroup for a Namespace.
- 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.
-