IpAllocationsOperations interface

Arayüz, bir IpAyırma işlemlerini temsil eder.

Özellikler

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

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

delete

Belirtilen IpAllocation'ı siler.

get

Kaynak grubuna göre belirtilen IpAllocation'ı alır.

list

Bir abonelikteki tüm IpAllocations'ı alır.

listByResourceGroup

Bir kaynak grubundaki tüm IpAllocations'ı alır.

updateTags

IpAllocation 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, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>

Özellik Değeri

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

beginCreateOrUpdateAndWait

Uyarı

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

use createOrUpdate instead

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

Özellik Değeri

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

beginDelete

Uyarı

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

use delete instead

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

Özellik Değeri

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

beginDeleteAndWait

Uyarı

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

use delete instead

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

Özellik Değeri

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

createOrUpdate

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

createOrUpdate: (resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IpAllocation>, IpAllocation>

Özellik Değeri

(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IpAllocation>, IpAllocation>

delete

Belirtilen IpAllocation'ı siler.

delete: (resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Kaynak grubuna göre belirtilen IpAllocation'ı alır.

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

Özellik Değeri

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

list

Bir abonelikteki tüm IpAllocations'ı alır.

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

Özellik Değeri

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

listByResourceGroup

Bir kaynak grubundaki tüm IpAllocations'ı alır.

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

Özellik Değeri

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

updateTags

IpAllocation etiketlerini güncelleştirir.

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

Özellik Değeri

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