IpAllocation interface
IpAllocation resource.
- Extends
Properties
allocation |
IpAllocation tags. |
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
ipam |
The IPAM allocation ID. |
prefix | The address prefix for the IpAllocation. |
prefix |
The address prefix length for the IpAllocation. |
prefix |
The address prefix Type for the IpAllocation. |
subnet | The Subnet that using the prefix of this IpAllocation resource. NOTE: This property will not be serialized. It can only be populated by the server. |
type |
The type for the IpAllocation. |
virtual |
The VirtualNetwork that using the prefix of this IpAllocation resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource ID. |
location | Resource location. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
allocationTags
IpAllocation tags.
allocationTags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
ipamAllocationId
The IPAM allocation ID.
ipamAllocationId?: string
Property Value
string
prefix
The address prefix for the IpAllocation.
prefix?: string
Property Value
string
prefixLength
The address prefix length for the IpAllocation.
prefixLength?: number
Property Value
number
prefixType
The address prefix Type for the IpAllocation.
prefixType?: string
Property Value
string
subnet
The Subnet that using the prefix of this IpAllocation resource. NOTE: This property will not be serialized. It can only be populated by the server.
subnet?: SubResource
Property Value
typePropertiesType
The type for the IpAllocation.
typePropertiesType?: string
Property Value
string
virtualNetwork
The VirtualNetwork that using the prefix of this IpAllocation resource. NOTE: This property will not be serialized. It can only be populated by the server.
virtualNetwork?: SubResource
Property Value
Inherited Property Details
id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type