IpAllocationsOperations interface
Interface representing a IpAllocations operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates an IpAllocation in the specified resource group. |
| delete | Deletes the specified IpAllocation. |
| get | Gets the specified IpAllocation by resource group. |
| list | Gets all IpAllocations in a subscription. |
| list |
Gets all IpAllocations in a resource group. |
| update |
Updates a IpAllocation tags. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
Property Value
(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => Promise<IpAllocation>
Property Value
(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => Promise<IpAllocation>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => Promise<void>
createOrUpdate
Creates or updates an IpAllocation in the specified resource group.
createOrUpdate: (resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IpAllocation>, IpAllocation>
Property Value
(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IpAllocation>, IpAllocation>
delete
Deletes the specified IpAllocation.
delete: (resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the specified IpAllocation by resource group.
get: (resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams) => Promise<IpAllocation>
Property Value
(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams) => Promise<IpAllocation>
list
Gets all IpAllocations in a subscription.
list: (options?: IpAllocationsListOptionalParams) => PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
Property Value
(options?: IpAllocationsListOptionalParams) => PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
listByResourceGroup
Gets all IpAllocations in a resource group.
listByResourceGroup: (resourceGroupName: string, options?: IpAllocationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
Property Value
(resourceGroupName: string, options?: IpAllocationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
updateTags
Updates a IpAllocation tags.
updateTags: (resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams) => Promise<IpAllocation>
Property Value
(resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams) => Promise<IpAllocation>