IIpGroupsOperations Interface

Definition

IpGroupsOperations operations.

public interface IIpGroupsOperations
type IIpGroupsOperations = interface
Public Interface IIpGroupsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, IpGroup, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an ipGroups in a specified resource group.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified ipGroups.

CreateOrUpdateWithHttpMessagesAsync(String, String, IpGroup, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an ipGroups in a specified resource group.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified ipGroups.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified ipGroups.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all IpGroups in a resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all IpGroups in a resource group.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all IpGroups in a subscription.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Gets all IpGroups in a subscription.

UpdateGroupsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates tags of an IpGroups resource.

Extension Methods

BeginCreateOrUpdate(IIpGroupsOperations, String, String, IpGroup)

Creates or updates an ipGroups in a specified resource group.

BeginCreateOrUpdateAsync(IIpGroupsOperations, String, String, IpGroup, CancellationToken)

Creates or updates an ipGroups in a specified resource group.

BeginDelete(IIpGroupsOperations, String, String)

Deletes the specified ipGroups.

BeginDeleteAsync(IIpGroupsOperations, String, String, CancellationToken)

Deletes the specified ipGroups.

CreateOrUpdate(IIpGroupsOperations, String, String, IpGroup)

Creates or updates an ipGroups in a specified resource group.

CreateOrUpdateAsync(IIpGroupsOperations, String, String, IpGroup, CancellationToken)

Creates or updates an ipGroups in a specified resource group.

Delete(IIpGroupsOperations, String, String)

Deletes the specified ipGroups.

DeleteAsync(IIpGroupsOperations, String, String, CancellationToken)

Deletes the specified ipGroups.

Get(IIpGroupsOperations, String, String, String)

Gets the specified ipGroups.

GetAsync(IIpGroupsOperations, String, String, String, CancellationToken)

Gets the specified ipGroups.

List(IIpGroupsOperations)

Gets all IpGroups in a subscription.

ListAsync(IIpGroupsOperations, CancellationToken)

Gets all IpGroups in a subscription.

ListByResourceGroup(IIpGroupsOperations, String)

Gets all IpGroups in a resource group.

ListByResourceGroupAsync(IIpGroupsOperations, String, CancellationToken)

Gets all IpGroups in a resource group.

ListByResourceGroupNext(IIpGroupsOperations, String)

Gets all IpGroups in a resource group.

ListByResourceGroupNextAsync(IIpGroupsOperations, String, CancellationToken)

Gets all IpGroups in a resource group.

ListNext(IIpGroupsOperations, String)

Gets all IpGroups in a subscription.

ListNextAsync(IIpGroupsOperations, String, CancellationToken)

Gets all IpGroups in a subscription.

UpdateGroups(IIpGroupsOperations, String, String, TagsObject)

Updates tags of an IpGroups resource.

UpdateGroupsAsync(IIpGroupsOperations, String, String, TagsObject, CancellationToken)

Updates tags of an IpGroups resource.

Applies to