IpGroupsClient Interface
Implements
public interface IpGroupsClient
extends InnerSupportsGet<IpGroupInner>, InnerSupportsListing<IpGroupInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in IpGroupsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates an ipGroups in a specified resource group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates an ipGroups in a specified resource group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates an ipGroups in a specified resource group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified ipGroups.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified ipGroups.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified ipGroups.
Parameters:
Returns:
createOrUpdate
public abstract IpGroupInner createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters)
Creates or updates an ipGroups in a specified resource group.
Parameters:
Returns:
createOrUpdate
public abstract IpGroupInner createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, Context context)
Creates or updates an ipGroups in a specified resource group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates an ipGroups in a specified resource group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates an ipGroups in a specified resource group.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String ipGroupsName)
Deletes the specified ipGroups.
Parameters:
delete
public abstract void delete(String resourceGroupName, String ipGroupsName, Context context)
Deletes the specified ipGroups.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified ipGroups.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified ipGroups.
Parameters:
Returns:
getByResourceGroup
public abstract IpGroupInner getByResourceGroup(String resourceGroupName, String ipGroupsName)
Gets the specified ipGroups.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Gets the specified ipGroups.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets the specified ipGroups.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets the specified ipGroups.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all IpGroups in a subscription.
Returns:
list
public abstract PagedIterable
Gets all IpGroups in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all IpGroups in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all IpGroups in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all IpGroups in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Gets all IpGroups in a resource group.
Parameters:
Returns:
updateGroups
public abstract IpGroupInner updateGroups(String resourceGroupName, String ipGroupsName, TagsObject parameters)
Updates tags of an IpGroups resource.
Parameters:
Returns:
updateGroupsAsync
public abstract Mono
Updates tags of an IpGroups resource.
Parameters:
Returns:
updateGroupsWithResponse
public abstract Response
Updates tags of an IpGroups resource.
Parameters:
Returns:
updateGroupsWithResponseAsync
public abstract Mono
Updates tags of an IpGroups resource.
Parameters:
Returns:
Applies to
Azure SDK for Java