Język

ArmNetworkModelFactory.IpamPoolUpdateProperties Method

Definition

Represents the IpamPool update properties.

public static Azure.ResourceManager.Network.Models.IpamPoolUpdateProperties IpamPoolUpdateProperties(string description, string displayName, string minAllocationSize, string maxAllocationSize = default);
static member IpamPoolUpdateProperties : string * string * string * string -> Azure.ResourceManager.Network.Models.IpamPoolUpdateProperties
Public Shared Function IpamPoolUpdateProperties (description As String, displayName As String, minAllocationSize As String, Optional maxAllocationSize As String = Nothing) As IpamPoolUpdateProperties

Parameters

description
String
displayName
String

String representing a friendly name for the resource.

minAllocationSize
String

Minimum number of IP addresses required for allocations from this IpamPool to be compliant. Must be less than or equal to the maximum allocation size. Omit to leave the current value unchanged; set to an empty string to clear it.

maxAllocationSize
String

Maximum number of IP addresses allowed for allocations from this IpamPool to be compliant. Must be greater than or equal to the minimum allocation size. Omit to leave the current value unchanged; set to an empty string to clear it.

Returns

A new IpamPoolUpdateProperties instance for mocking.

Applies to