ArmNetworkModelFactory.IpamPoolProperties Method
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.
Initializes a new instance of IpamPoolProperties.
public static Azure.ResourceManager.Network.Models.IpamPoolProperties IpamPoolProperties(string description = default, string displayName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.IpamIPType> ipAddressType = default, string parentPoolName = default, System.Collections.Generic.IEnumerable<string> addressPrefixes = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member IpamPoolProperties : string * string * seq<Azure.ResourceManager.Network.Models.IpamIPType> * string * seq<string> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.IpamPoolProperties
Public Shared Function IpamPoolProperties (Optional description As String = Nothing, Optional displayName As String = Nothing, Optional ipAddressType As IEnumerable(Of IpamIPType) = Nothing, Optional parentPoolName As String = Nothing, Optional addressPrefixes As IEnumerable(Of String) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As IpamPoolProperties
Parameters
- description
- String
- displayName
- String
String representing a friendly name for the resource.
- ipAddressType
- IEnumerable<IpamIPType>
List of IP address type for the IpamPool.
- parentPoolName
- String
String representing parent IpamPool resource name. If empty the IpamPool will be a root pool.
- addressPrefixes
- IEnumerable<String>
List of IP address prefixes of the resource.
- provisioningState
- Nullable<NetworkProvisioningState>
Provisioning states of a resource.
Returns
A new IpamPoolProperties instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET