IIpGroupsOperations Interface

Definition

IpGroupsOperations operations.

public interface IIpGroupsOperations
type IIpGroupsOperations = interface
Public Interface IIpGroupsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, IpGroupInner, 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, IpGroupInner, 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, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates tags of an IpGroups resource.

Extension Methods

BeginCreateOrUpdateAsync(IIpGroupsOperations, String, String, IpGroupInner, CancellationToken)

Creates or updates an ipGroups in a specified resource group.

BeginDeleteAsync(IIpGroupsOperations, String, String, CancellationToken)

Deletes the specified ipGroups.

CreateOrUpdateAsync(IIpGroupsOperations, String, String, IpGroupInner, CancellationToken)

Creates or updates an ipGroups in a specified resource group.

DeleteAsync(IIpGroupsOperations, String, String, CancellationToken)

Deletes the specified ipGroups.

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

Gets the specified ipGroups.

ListAsync(IIpGroupsOperations, CancellationToken)

Gets all IpGroups in a subscription.

ListByResourceGroupAsync(IIpGroupsOperations, String, CancellationToken)

Gets all IpGroups in a resource group.

ListByResourceGroupNextAsync(IIpGroupsOperations, String, CancellationToken)

Gets all IpGroups in a resource group.

ListNextAsync(IIpGroupsOperations, String, CancellationToken)

Gets all IpGroups in a subscription.

UpdateGroupsAsync(IIpGroupsOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates tags of an IpGroups resource.

Applies to