IpGroupsOperations interface

Bir IpGrup işlemlerini temsil eden arayüz.

Özellikler

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Belirtilen kaynak grubunda bir ipGroup oluşturur veya güncelleştirir.

delete

Belirtilen ipGroups'u siler.

get

Belirtilen ipGroups'u alır.

list

Bir abonelikteki tüm IpGroups'u alır.

listByResourceGroup

Bir kaynak grubundaki tüm IpGroups'u alır.

updateGroups

IpGroups kaynağının etiketlerini güncelleştirir.

Özellik Ayrıntıları

beginCreateOrUpdate

Uyarı

Bu API artık kullanım dışıdır.

use createOrUpdate instead

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

Özellik Değeri

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

beginCreateOrUpdateAndWait

Uyarı

Bu API artık kullanım dışıdır.

use createOrUpdate instead

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

Özellik Değeri

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

beginDelete

Uyarı

Bu API artık kullanım dışıdır.

use delete instead

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

Özellik Değeri

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

beginDeleteAndWait

Uyarı

Bu API artık kullanım dışıdır.

use delete instead

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

Özellik Değeri

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

createOrUpdate

Belirtilen kaynak grubunda bir ipGroup oluşturur veya güncelleştirir.

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

Özellik Değeri

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

delete

Belirtilen ipGroups'u siler.

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

Özellik Değeri

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

get

Belirtilen ipGroups'u alır.

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

Özellik Değeri

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

list

Bir abonelikteki tüm IpGroups'u alır.

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

Özellik Değeri

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

listByResourceGroup

Bir kaynak grubundaki tüm IpGroups'u alır.

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

Özellik Değeri

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

updateGroups

IpGroups kaynağının etiketlerini güncelleştirir.

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

Özellik Değeri

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