IPAllocationData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compatibility declaration for the IPAllocationData type.
public class IPAllocationData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.IPAllocationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.IPAllocationData>
type IPAllocationData = class
inherit NetworkTrackedResourceData
interface IJsonModel<IPAllocationData>
interface IPersistableModel<IPAllocationData>
Public Class IPAllocationData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of IPAllocationData), IPersistableModel(Of IPAllocationData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| IPAllocationData() |
Initializes a new instance of IPAllocationData. |
Properties
| Name | Description |
|---|---|
| AllocationTags |
IpAllocation tags. |
| ETag |
Gets or sets the ETag compatibility property. |
| Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
| IPAllocationType |
The type for the IpAllocation. |
| IpamAllocationId |
The IPAM allocation ID. |
| Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
| Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
| Prefix |
The address prefix for the IpAllocation. |
| PrefixLength |
The address prefix length for the IpAllocation. |
| PrefixType |
The address prefix Type for the IpAllocation. |
| ResourceType |
Compatibility member. (Inherited from NetworkTrackedResourceData) |
| SubnetId |
Resource ID. |
| Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
| Type |
Resource type. (Inherited from NetworkTrackedResourceData) |
| VirtualNetworkId |
Resource ID. |