public interface ApplicationSecurityGroupsClient extends InnerSupportsGet<ApplicationSecurityGroupInner>, InnerSupportsListing<ApplicationSecurityGroupInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationSecurityGroupInner>,ApplicationSecurityGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String applicationSecurityGroupName,
ApplicationSecurityGroupInner parameters)
Creates or updates an application security group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationSecurityGroupInner>,ApplicationSecurityGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String applicationSecurityGroupName,
ApplicationSecurityGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates an application security group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationSecurityGroupInner>,ApplicationSecurityGroupInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String applicationSecurityGroupName,
ApplicationSecurityGroupInner parameters)
Creates or updates an application security group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String applicationSecurityGroupName)
Deletes the specified application security group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String applicationSecurityGroupName,
com.azure.core.util.Context context)
Deletes the specified application security group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String applicationSecurityGroupName)
Deletes the specified application security group.
|
ApplicationSecurityGroupInner |
createOrUpdate(String resourceGroupName,
String applicationSecurityGroupName,
ApplicationSecurityGroupInner parameters)
Creates or updates an application security group.
|
ApplicationSecurityGroupInner |
createOrUpdate(String resourceGroupName,
String applicationSecurityGroupName,
ApplicationSecurityGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates an application security group.
|
Mono<ApplicationSecurityGroupInner> |
createOrUpdateAsync(String resourceGroupName,
String applicationSecurityGroupName,
ApplicationSecurityGroupInner parameters)
Creates or updates an application security group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String applicationSecurityGroupName,
ApplicationSecurityGroupInner parameters)
Creates or updates an application security group.
|
void |
delete(String resourceGroupName,
String applicationSecurityGroupName)
Deletes the specified application security group.
|
void |
delete(String resourceGroupName,
String applicationSecurityGroupName,
com.azure.core.util.Context context)
Deletes the specified application security group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String applicationSecurityGroupName)
Deletes the specified application security group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String applicationSecurityGroupName)
Deletes the specified application security group.
|
ApplicationSecurityGroupInner |
getByResourceGroup(String resourceGroupName,
String applicationSecurityGroupName)
Gets information about the specified application security group.
|
Mono<ApplicationSecurityGroupInner> |
getByResourceGroupAsync(String resourceGroupName,
String applicationSecurityGroupName)
Gets information about the specified application security group.
|
com.azure.core.http.rest.Response<ApplicationSecurityGroupInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String applicationSecurityGroupName,
com.azure.core.util.Context context)
Gets information about the specified application security group.
|
Mono<com.azure.core.http.rest.Response<ApplicationSecurityGroupInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String applicationSecurityGroupName)
Gets information about the specified application security group.
|
com.azure.core.http.rest.PagedIterable<ApplicationSecurityGroupInner> |
list()
Gets all application security groups in a subscription.
|
com.azure.core.http.rest.PagedIterable<ApplicationSecurityGroupInner> |
list(com.azure.core.util.Context context)
Gets all application security groups in a subscription.
|
com.azure.core.http.rest.PagedFlux<ApplicationSecurityGroupInner> |
listAsync()
Gets all application security groups in a subscription.
|
com.azure.core.http.rest.PagedIterable<ApplicationSecurityGroupInner> |
listByResourceGroup(String resourceGroupName)
Gets all the application security groups in a resource group.
|
com.azure.core.http.rest.PagedIterable<ApplicationSecurityGroupInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all the application security groups in a resource group.
|
com.azure.core.http.rest.PagedFlux<ApplicationSecurityGroupInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all the application security groups in a resource group.
|
ApplicationSecurityGroupInner |
updateTags(String resourceGroupName,
String applicationSecurityGroupName)
Updates an application security group's tags.
|
Mono<ApplicationSecurityGroupInner> |
updateTagsAsync(String resourceGroupName,
String applicationSecurityGroupName)
Updates an application security group's tags.
|
Mono<ApplicationSecurityGroupInner> |
updateTagsAsync(String resourceGroupName,
String applicationSecurityGroupName,
Map<String,String> tags)
Updates an application security group's tags.
|
com.azure.core.http.rest.Response<ApplicationSecurityGroupInner> |
updateTagsWithResponse(String resourceGroupName,
String applicationSecurityGroupName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates an application security group's tags.
|
Mono<com.azure.core.http.rest.Response<ApplicationSecurityGroupInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String applicationSecurityGroupName,
Map<String,String> tags)
Updates an application security group's tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String applicationSecurityGroupName)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String applicationSecurityGroupName)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String applicationSecurityGroupName)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String applicationSecurityGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.context - The context to associate with this operation.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.Mono<Void> deleteAsync(String resourceGroupName, String applicationSecurityGroupName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.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.void delete(String resourceGroupName, String applicationSecurityGroupName)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.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.void delete(String resourceGroupName, String applicationSecurityGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<ApplicationSecurityGroupInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String applicationSecurityGroupName)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.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.Mono<ApplicationSecurityGroupInner> getByResourceGroupAsync(String resourceGroupName, String applicationSecurityGroupName)
getByResourceGroupAsync in interface InnerSupportsGet<ApplicationSecurityGroupInner>resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.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.ApplicationSecurityGroupInner getByResourceGroup(String resourceGroupName, String applicationSecurityGroupName)
getByResourceGroup in interface InnerSupportsGet<ApplicationSecurityGroupInner>resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.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.com.azure.core.http.rest.Response<ApplicationSecurityGroupInner> getByResourceGroupWithResponse(String resourceGroupName, String applicationSecurityGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String applicationSecurityGroupName, ApplicationSecurityGroupInner parameters)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.parameters - An application security group in a resource group.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationSecurityGroupInner>,ApplicationSecurityGroupInner> beginCreateOrUpdateAsync(String resourceGroupName, String applicationSecurityGroupName, ApplicationSecurityGroupInner parameters)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.parameters - An application security group in a resource group.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationSecurityGroupInner>,ApplicationSecurityGroupInner> beginCreateOrUpdate(String resourceGroupName, String applicationSecurityGroupName, ApplicationSecurityGroupInner parameters)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.parameters - An application security group in a resource group.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationSecurityGroupInner>,ApplicationSecurityGroupInner> beginCreateOrUpdate(String resourceGroupName, String applicationSecurityGroupName, ApplicationSecurityGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.parameters - An application security group in a resource group.context - The context to associate with this operation.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.Mono<ApplicationSecurityGroupInner> createOrUpdateAsync(String resourceGroupName, String applicationSecurityGroupName, ApplicationSecurityGroupInner parameters)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.parameters - An application security group in a resource group.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.ApplicationSecurityGroupInner createOrUpdate(String resourceGroupName, String applicationSecurityGroupName, ApplicationSecurityGroupInner parameters)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.parameters - An application security group in a resource group.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.ApplicationSecurityGroupInner createOrUpdate(String resourceGroupName, String applicationSecurityGroupName, ApplicationSecurityGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.parameters - An application security group in a resource group.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<ApplicationSecurityGroupInner>> updateTagsWithResponseAsync(String resourceGroupName, String applicationSecurityGroupName, Map<String,String> tags)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.tags - Resource tags.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.Mono<ApplicationSecurityGroupInner> updateTagsAsync(String resourceGroupName, String applicationSecurityGroupName, Map<String,String> tags)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.tags - Resource tags.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.Mono<ApplicationSecurityGroupInner> updateTagsAsync(String resourceGroupName, String applicationSecurityGroupName)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.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.ApplicationSecurityGroupInner updateTags(String resourceGroupName, String applicationSecurityGroupName)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.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.com.azure.core.http.rest.Response<ApplicationSecurityGroupInner> updateTagsWithResponse(String resourceGroupName, String applicationSecurityGroupName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationSecurityGroupName - The name of the application security group.tags - Resource tags.context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<ApplicationSecurityGroupInner> listAsync()
listAsync in interface InnerSupportsListing<ApplicationSecurityGroupInner>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.com.azure.core.http.rest.PagedIterable<ApplicationSecurityGroupInner> list()
list in interface InnerSupportsListing<ApplicationSecurityGroupInner>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.com.azure.core.http.rest.PagedIterable<ApplicationSecurityGroupInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<ApplicationSecurityGroupInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<ApplicationSecurityGroupInner>resourceGroupName - The name of the resource group.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.com.azure.core.http.rest.PagedIterable<ApplicationSecurityGroupInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<ApplicationSecurityGroupInner>resourceGroupName - The name of the resource group.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.com.azure.core.http.rest.PagedIterable<ApplicationSecurityGroupInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.context - The context to associate with this operation.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.Copyright © 2020 Microsoft Corporation. All rights reserved.