public interface IpGroupsClient extends InnerSupportsGet<IpGroupInner>, InnerSupportsListing<IpGroupInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpGroupInner>,IpGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String ipGroupsName,
IpGroupInner parameters)
Creates or updates an ipGroups in a specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpGroupInner>,IpGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String ipGroupsName,
IpGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates an ipGroups in a specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpGroupInner>,IpGroupInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String ipGroupsName,
IpGroupInner parameters)
Creates or updates an ipGroups in a specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String ipGroupsName)
Deletes the specified ipGroups.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String ipGroupsName,
com.azure.core.util.Context context)
Deletes the specified ipGroups.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String ipGroupsName)
Deletes the specified ipGroups.
|
IpGroupInner |
createOrUpdate(String resourceGroupName,
String ipGroupsName,
IpGroupInner parameters)
Creates or updates an ipGroups in a specified resource group.
|
IpGroupInner |
createOrUpdate(String resourceGroupName,
String ipGroupsName,
IpGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates an ipGroups in a specified resource group.
|
Mono<IpGroupInner> |
createOrUpdateAsync(String resourceGroupName,
String ipGroupsName,
IpGroupInner parameters)
Creates or updates an ipGroups in a specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String ipGroupsName,
IpGroupInner parameters)
Creates or updates an ipGroups in a specified resource group.
|
void |
delete(String resourceGroupName,
String ipGroupsName)
Deletes the specified ipGroups.
|
void |
delete(String resourceGroupName,
String ipGroupsName,
com.azure.core.util.Context context)
Deletes the specified ipGroups.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String ipGroupsName)
Deletes the specified ipGroups.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String ipGroupsName)
Deletes the specified ipGroups.
|
IpGroupInner |
getByResourceGroup(String resourceGroupName,
String ipGroupsName)
Gets the specified ipGroups.
|
Mono<IpGroupInner> |
getByResourceGroupAsync(String resourceGroupName,
String ipGroupsName)
Gets the specified ipGroups.
|
Mono<IpGroupInner> |
getByResourceGroupAsync(String resourceGroupName,
String ipGroupsName,
String expand)
Gets the specified ipGroups.
|
com.azure.core.http.rest.Response<IpGroupInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String ipGroupsName,
String expand,
com.azure.core.util.Context context)
Gets the specified ipGroups.
|
Mono<com.azure.core.http.rest.Response<IpGroupInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String ipGroupsName,
String expand)
Gets the specified ipGroups.
|
com.azure.core.http.rest.PagedIterable<IpGroupInner> |
list()
Gets all IpGroups in a subscription.
|
com.azure.core.http.rest.PagedIterable<IpGroupInner> |
list(com.azure.core.util.Context context)
Gets all IpGroups in a subscription.
|
com.azure.core.http.rest.PagedFlux<IpGroupInner> |
listAsync()
Gets all IpGroups in a subscription.
|
com.azure.core.http.rest.PagedIterable<IpGroupInner> |
listByResourceGroup(String resourceGroupName)
Gets all IpGroups in a resource group.
|
com.azure.core.http.rest.PagedIterable<IpGroupInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all IpGroups in a resource group.
|
com.azure.core.http.rest.PagedFlux<IpGroupInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all IpGroups in a resource group.
|
IpGroupInner |
updateGroups(String resourceGroupName,
String ipGroupsName)
Updates tags of an IpGroups resource.
|
Mono<IpGroupInner> |
updateGroupsAsync(String resourceGroupName,
String ipGroupsName)
Updates tags of an IpGroups resource.
|
Mono<IpGroupInner> |
updateGroupsAsync(String resourceGroupName,
String ipGroupsName,
Map<String,String> tags)
Updates tags of an IpGroups resource.
|
com.azure.core.http.rest.Response<IpGroupInner> |
updateGroupsWithResponse(String resourceGroupName,
String ipGroupsName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates tags of an IpGroups resource.
|
Mono<com.azure.core.http.rest.Response<IpGroupInner>> |
updateGroupsWithResponseAsync(String resourceGroupName,
String ipGroupsName,
Map<String,String> tags)
Updates tags of an IpGroups resource.
|
Mono<com.azure.core.http.rest.Response<IpGroupInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String ipGroupsName, String expand)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.expand - Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups
resource.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IpGroupInner> getByResourceGroupAsync(String resourceGroupName, String ipGroupsName, String expand)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.expand - Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups
resource.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IpGroupInner> getByResourceGroupAsync(String resourceGroupName, String ipGroupsName)
getByResourceGroupAsync in interface InnerSupportsGet<IpGroupInner>resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IpGroupInner getByResourceGroup(String resourceGroupName, String ipGroupsName)
getByResourceGroup in interface InnerSupportsGet<IpGroupInner>resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<IpGroupInner> getByResourceGroupWithResponse(String resourceGroupName, String ipGroupsName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.expand - Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups
resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 ipGroupsName, IpGroupInner parameters)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.parameters - Parameters supplied to the create or update IpGroups operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<IpGroupInner>,IpGroupInner> beginCreateOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.parameters - Parameters supplied to the create or update IpGroups operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<IpGroupInner>,IpGroupInner> beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.parameters - Parameters supplied to the create or update IpGroups operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<IpGroupInner>,IpGroupInner> beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.parameters - Parameters supplied to the create or update IpGroups operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IpGroupInner> createOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.parameters - Parameters supplied to the create or update IpGroups operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IpGroupInner createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.parameters - Parameters supplied to the create or update IpGroups operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IpGroupInner createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.parameters - Parameters supplied to the create or update IpGroups operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<IpGroupInner>> updateGroupsWithResponseAsync(String resourceGroupName, String ipGroupsName, Map<String,String> tags)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IpGroupInner> updateGroupsAsync(String resourceGroupName, String ipGroupsName, Map<String,String> tags)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IpGroupInner> updateGroupsAsync(String resourceGroupName, String ipGroupsName)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IpGroupInner updateGroups(String resourceGroupName, String ipGroupsName)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<IpGroupInner> updateGroupsWithResponse(String resourceGroupName, String ipGroupsName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.tags - Resource tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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>>> deleteWithResponseAsync(String resourceGroupName, String ipGroupsName)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 ipGroupsName)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 ipGroupsName)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 ipGroupsName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 ipGroupsName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 ipGroupsName)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 ipGroupsName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ipGroupsName - The name of the ipGroups.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<IpGroupInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<IpGroupInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<IpGroupInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<IpGroupInner>resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<IpGroupInner> 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.ErrorException - 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<IpGroupInner> listAsync()
listAsync in interface InnerSupportsListing<IpGroupInner>ErrorException - 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<IpGroupInner> list()
list in interface InnerSupportsListing<IpGroupInner>ErrorException - 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<IpGroupInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.