IpAllocation 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.
IpAllocation resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IpAllocation : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IpAllocation = class
inherit Resource
Public Class IpAllocation
Inherits Resource
- Inheritance
- Attributes
Constructors
IpAllocation() |
Initializes a new instance of the IpAllocation class. |
IpAllocation(String, String, String, String, IDictionary<String, String>, SubResource, SubResource, String, String, Nullable<Int32>, String, String, IDictionary<String,String>, String) |
Initializes a new instance of the IpAllocation class. |
Properties
AllocationTags |
Gets or sets ipAllocation tags. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from Resource) |
IpAllocationType |
Gets or sets the type for the IpAllocation. Possible values include: 'Undefined', 'Hypernet' |
IpamAllocationId |
Gets or sets the IPAM allocation ID. |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
Prefix |
Gets or sets the address prefix for the IpAllocation. |
PrefixLength |
Gets or sets the address prefix length for the IpAllocation. |
PrefixType |
Gets or sets the address prefix Type for the IpAllocation. Possible values include: 'IPv4', 'IPv6' |
Subnet |
Gets the Subnet that using the prefix of this IpAllocation resource. |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |
VirtualNetwork |
Gets the VirtualNetwork that using the prefix of this IpAllocation resource. |
Applies to
Azure SDK for .NET