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

IpamPoolProperties Class

Definition

Properties of IpamPool resource properties which are specific to the Pool resource.

public class IpamPoolProperties
type IpamPoolProperties = class
Public Class IpamPoolProperties
Inheritance
IpamPoolProperties

Constructors

IpamPoolProperties()

Initializes a new instance of the IpamPoolProperties class.

IpamPoolProperties(IList<String>, String, String, IList<String>, String, String)

Initializes a new instance of the IpamPoolProperties class.

Properties

AddressPrefixes

Gets or sets list of IP address prefixes of the resource.

Description

Gets or sets

DisplayName

Gets or sets string representing a friendly name for the resource.

IPAddressType

Gets list of IP address type for the IpamPool.

ParentPoolName

Gets or sets string representing parent IpamPool resource name. If empty the IpamPool will be a root pool.

ProvisioningState

Gets or sets provisioning states of a resource. Possible values include: 'Failed', 'Succeeded', 'Canceled', 'Creating', 'Updating', 'Deleting'

Methods

Validate()

Validate the object.

Applies to