Udostępnij za pośrednictwem


IpAllocations interface

Interfejs reprezentujący adres IPAllocations.

Metody

beginCreateOrUpdate(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

Tworzy lub aktualizuje adres IPAllocation w określonej grupie zasobów.

beginCreateOrUpdateAndWait(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

Tworzy lub aktualizuje adres IPAllocation w określonej grupie zasobów.

beginDelete(string, string, IpAllocationsDeleteOptionalParams)

Usuwa określony adres IPAllocation.

beginDeleteAndWait(string, string, IpAllocationsDeleteOptionalParams)

Usuwa określony adres IPAllocation.

get(string, string, IpAllocationsGetOptionalParams)

Pobiera określony adres IPAllocation według grupy zasobów.

list(IpAllocationsListOptionalParams)

Pobiera wszystkie adresy IPAllocations w subskrypcji.

listByResourceGroup(string, IpAllocationsListByResourceGroupOptionalParams)

Pobiera wszystkie adresy IPAllocations w grupie zasobów.

updateTags(string, string, TagsObject, IpAllocationsUpdateTagsOptionalParams)

Aktualizuje tagi IpAllocation.

Szczegóły metody

beginCreateOrUpdate(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

Tworzy lub aktualizuje adres IPAllocation w określonej grupie zasobów.

function beginCreateOrUpdate(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

ipAllocationName

string

Nazwa adresu IpAllocation.

parameters
IpAllocation

Parametry dostarczone do operacji tworzenia lub aktualizowania sieci wirtualnej.

Zwraca

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

beginCreateOrUpdateAndWait(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

Tworzy lub aktualizuje adres IPAllocation w określonej grupie zasobów.

function beginCreateOrUpdateAndWait(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<IpAllocation>

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

ipAllocationName

string

Nazwa adresu IpAllocation.

parameters
IpAllocation

Parametry dostarczone do operacji tworzenia lub aktualizowania sieci wirtualnej.

Zwraca

Promise<IpAllocation>

beginDelete(string, string, IpAllocationsDeleteOptionalParams)

Usuwa określony adres IPAllocation.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

ipAllocationName

string

Nazwa adresu IpAllocation.

options
IpAllocationsDeleteOptionalParams

Parametry opcji.

Zwraca

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

beginDeleteAndWait(string, string, IpAllocationsDeleteOptionalParams)

Usuwa określony adres IPAllocation.

function beginDeleteAndWait(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<void>

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

ipAllocationName

string

Nazwa adresu IpAllocation.

options
IpAllocationsDeleteOptionalParams

Parametry opcji.

Zwraca

Promise<void>

get(string, string, IpAllocationsGetOptionalParams)

Pobiera określony adres IPAllocation według grupy zasobów.

function get(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams): Promise<IpAllocation>

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

ipAllocationName

string

Nazwa adresu IpAllocation.

options
IpAllocationsGetOptionalParams

Parametry opcji.

Zwraca

Promise<IpAllocation>

list(IpAllocationsListOptionalParams)

Pobiera wszystkie adresy IPAllocations w subskrypcji.

function list(options?: IpAllocationsListOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>

Parametry

options
IpAllocationsListOptionalParams

Parametry opcji.

Zwraca

listByResourceGroup(string, IpAllocationsListByResourceGroupOptionalParams)

Pobiera wszystkie adresy IPAllocations w grupie zasobów.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

Zwraca

updateTags(string, string, TagsObject, IpAllocationsUpdateTagsOptionalParams)

Aktualizuje tagi IpAllocation.

function updateTags(resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams): Promise<IpAllocation>

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

ipAllocationName

string

Nazwa adresu IpAllocation.

parameters
TagsObject

Parametry dostarczone w celu zaktualizowania tagów IpAllocation.

options
IpAllocationsUpdateTagsOptionalParams

Parametry opcji.

Zwraca

Promise<IpAllocation>