Aracılığıyla paylaş


IpGroups interface

IpGroup'ları temsil eden arabirim.

Yöntemler

beginCreateOrUpdate(string, string, IpGroup, IpGroupsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, IpGroup, IpGroupsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, IpGroupsDeleteOptionalParams)

Belirtilen ipGroup'ları siler.

beginDeleteAndWait(string, string, IpGroupsDeleteOptionalParams)

Belirtilen ipGroup'ları siler.

get(string, string, IpGroupsGetOptionalParams)

Belirtilen ipGroup'ları alır.

list(IpGroupsListOptionalParams)

Bir abonelikteki tüm IpGroup'ları alır.

listByResourceGroup(string, IpGroupsListByResourceGroupOptionalParams)

Bir kaynak grubundaki tüm IpGroup'ları alır.

updateGroups(string, string, TagsObject, IpGroupsUpdateGroupsOptionalParams)

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

Yöntem Ayrıntıları

beginCreateOrUpdate(string, string, IpGroup, IpGroupsCreateOrUpdateOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

ipGroupsName

string

ipGroups adı.

parameters
IpGroup

IpGroups oluşturma veya güncelleştirme işlemine sağlanan parametreler.

options
IpGroupsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<@azure/core-lro.SimplePollerLike<OperationState<IpGroup>, IpGroup>>

beginCreateOrUpdateAndWait(string, string, IpGroup, IpGroupsCreateOrUpdateOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

ipGroupsName

string

ipGroups adı.

parameters
IpGroup

IpGroups oluşturma veya güncelleştirme işlemine sağlanan parametreler.

options
IpGroupsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<IpGroup>

beginDelete(string, string, IpGroupsDeleteOptionalParams)

Belirtilen ipGroup'ları siler.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

ipGroupsName

string

ipGroups adı.

options
IpGroupsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, IpGroupsDeleteOptionalParams)

Belirtilen ipGroup'ları siler.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

ipGroupsName

string

ipGroups adı.

options
IpGroupsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, IpGroupsGetOptionalParams)

Belirtilen ipGroup'ları alır.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

ipGroupsName

string

ipGroups adı.

options
IpGroupsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<IpGroup>

list(IpGroupsListOptionalParams)

Bir abonelikteki tüm IpGroup'ları alır.

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

Parametreler

options
IpGroupsListOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByResourceGroup(string, IpGroupsListByResourceGroupOptionalParams)

Bir kaynak grubundaki tüm IpGroup'ları alır.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

options
IpGroupsListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

updateGroups(string, string, TagsObject, IpGroupsUpdateGroupsOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

ipGroupsName

string

ipGroups adı.

parameters
TagsObject

IpGroups güncelleştirme işlemine sağlanan parametreler.

options
IpGroupsUpdateGroupsOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<IpGroup>