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.
A class representing the IPAllocation data model. IpAllocation resource.
public class IPAllocationData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.IPAllocationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.IPAllocationData>
public class IPAllocationData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type IPAllocationData = class
inherit NetworkTrackedResourceData
interface IJsonModel<IPAllocationData>
interface IPersistableModel<IPAllocationData>
type IPAllocationData = class
inherit NetworkTrackedResourceData
Public Class IPAllocationData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of IPAllocationData), IPersistableModel(Of IPAllocationData)
Public Class IPAllocationData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
IPAllocationData() |
Initializes a new instance of IPAllocationData. |
Properties
AllocationTags |
IpAllocation tags. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
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 |
Resource type. (Inherited from NetworkTrackedResourceData) |
SubnetId |
Gets or sets Id. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
VirtualNetworkId |
Gets or sets Id. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET