IpGroupsOperations interface

Interfejs reprezentujący operacje IpGroups.

Właściwości

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Tworzy lub aktualizuje grupę ipGroups w określonej grupie zasobów.

delete

Usuwa określone grupy ipGroups.

get

Pobiera określone ipGroups.

list

Pobiera wszystkie grupy adresów Ip w subskrypcji.

listByResourceGroup

Pobiera wszystkie grupy IpGroups w grupie zasobów.

updateGroups

Aktualizuje tagi zasobu IpGroups.

Szczegóły właściwości

beginCreateOrUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

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

Wartość właściwości

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

beginCreateOrUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

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

Wartość właściwości

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

beginDelete

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

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

Wartość właściwości

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

beginDeleteAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

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

Wartość właściwości

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

createOrUpdate

Tworzy lub aktualizuje grupę ipGroups w określonej grupie zasobów.

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

Wartość właściwości

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

delete

Usuwa określone grupy ipGroups.

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

Wartość właściwości

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

get

Pobiera określone ipGroups.

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

Wartość właściwości

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

list

Pobiera wszystkie grupy adresów Ip w subskrypcji.

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

Wartość właściwości

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

listByResourceGroup

Pobiera wszystkie grupy IpGroups w grupie zasobów.

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

Wartość właściwości

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

updateGroups

Aktualizuje tagi zasobu IpGroups.

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

Wartość właściwości

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