Sdílet prostřednictvím


IpamPool Class

Definition

Instance of Pool resource.

public class IpamPool : Microsoft.Azure.Management.Network.Models.CommonTrackedResource
type IpamPool = class
    inherit CommonTrackedResource
Public Class IpamPool
Inherits CommonTrackedResource
Inheritance

Constructors

IpamPool()

Initializes a new instance of the IpamPool class.

IpamPool(String, IpamPoolProperties, String, String, String, SystemData, IDictionary<String,String>)

Initializes a new instance of the IpamPool class.

Properties

Id

Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from CommonResource)
Location

Gets or sets the geo-location where the resource lives

(Inherited from CommonTrackedResource)
Name

Gets the name of the resource

(Inherited from CommonResource)
Properties

Gets or sets properties of IpamPool resource properties which are specific to the Pool resource.

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from CommonResource)
Tags

Gets or sets resource tags.

(Inherited from CommonTrackedResource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from CommonResource)

Methods

Validate()

Validate the object.

Applies to