IpGroupsOperations interface

Interface representing a IpGroups operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Creates or updates an ipGroups in a specified resource group.

delete

Deletes the specified ipGroups.

get

Gets the specified ipGroups.

list

Gets all IpGroups in a subscription.

listByResourceGroup

Gets all IpGroups in a resource group.

updateGroups

Updates tags of an IpGroups resource.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpGroup>, IpGroup>>

Property Value

(resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpGroup>, IpGroup>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => Promise<IpGroup>

Property Value

(resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => Promise<IpGroup>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => Promise<void>

createOrUpdate

Creates or updates an ipGroups in a specified resource group.

createOrUpdate: (resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IpGroup>, IpGroup>

Property Value

(resourceGroupName: string, ipGroupsName: string, parameters: IpGroup, options?: IpGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IpGroup>, IpGroup>

delete

Deletes the specified ipGroups.

delete: (resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, ipGroupsName: string, options?: IpGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets the specified ipGroups.

get: (resourceGroupName: string, ipGroupsName: string, options?: IpGroupsGetOptionalParams) => Promise<IpGroup>

Property Value

(resourceGroupName: string, ipGroupsName: string, options?: IpGroupsGetOptionalParams) => Promise<IpGroup>

list

Gets all IpGroups in a subscription.

list: (options?: IpGroupsListOptionalParams) => PagedAsyncIterableIterator<IpGroup, IpGroup[], PageSettings>

Property Value

(options?: IpGroupsListOptionalParams) => PagedAsyncIterableIterator<IpGroup, IpGroup[], PageSettings>

listByResourceGroup

Gets all IpGroups in a resource group.

listByResourceGroup: (resourceGroupName: string, options?: IpGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpGroup, IpGroup[], PageSettings>

Property Value

(resourceGroupName: string, options?: IpGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpGroup, IpGroup[], PageSettings>

updateGroups

Updates tags of an IpGroups resource.

updateGroups: (resourceGroupName: string, ipGroupsName: string, parameters: TagsObject, options?: IpGroupsUpdateGroupsOptionalParams) => Promise<IpGroup>

Property Value

(resourceGroupName: string, ipGroupsName: string, parameters: TagsObject, options?: IpGroupsUpdateGroupsOptionalParams) => Promise<IpGroup>