你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IpAllocation 类

定义

IpAllocation 资源。

[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
继承
IpAllocation
属性

构造函数

IpAllocation()

初始化 IpAllocation 类的新实例。

IpAllocation(String, String, String, String, IDictionary<String, String>, SubResource, SubResource, String, String, Nullable<Int32>, String, String, IDictionary<String,String>, String)

初始化 IpAllocation 类的新实例。

属性

AllocationTags

获取或设置 ipAllocation 标记。

Etag

获取一个唯一的只读字符串,每当资源更新时,该字符串都会更改。

Id

获取或设置资源 ID。

(继承自 Resource)
IpAllocationType

获取或设置 IpAllocation 的类型。 可能的值包括:“Undefined”、“Hypernet”

IpamAllocationId

获取或设置 IPAM 分配 ID。

Location

获取或设置资源位置。

(继承自 Resource)
Name

获取资源名称。

(继承自 Resource)
Prefix

获取或设置 IpAllocation 的地址前缀。

PrefixLength

获取或设置 IpAllocation 的地址前缀长度。

PrefixType

获取或设置 IpAllocation 的地址前缀类型。 可能的值包括:“IPv4”、“IPv6”

Subnet

获取使用此 IpAllocation 资源的前缀的子网。

Tags

获取或设置资源标记。

(继承自 Resource)
Type

获取资源类型。

(继承自 Resource)
VirtualNetwork

获取使用此 IpAllocation 资源的前缀的 VirtualNetwork。

适用于